Class ServiceConfig.Onedrive

java.lang.Object
org.apache.opendal.ServiceConfig.Onedrive
All Implemented Interfaces:
ServiceConfig
Enclosing interface:
ServiceConfig

public static class ServiceConfig.Onedrive extends Object implements ServiceConfig
Configuration for service onedrive.
  • Field Details

    • root

      public final String root

      The root path for the OneDrive service for the file access

    • accessToken

      public final String accessToken

      Microsoft Graph API (also OneDrive API) access token

    • refreshToken

      public final String refreshToken

      Microsoft Graph API (also OneDrive API) refresh token

    • clientId

      public final String clientId

      Microsoft Graph API Application (client) ID that is in the Azure's app registration portal

    • clientSecret

      public final String clientSecret

      Microsoft Graph API Application client secret that is in the Azure's app registration portal

    • enableVersioning

      public final Boolean enableVersioning

      Enabling version support

  • Constructor Details

    • Onedrive

      public Onedrive()
  • Method Details