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

    • accessToken

      public final String accessToken

      bearer access token for OneDrive

    • root

      public final String root

      root path of OneDrive folder.

  • Constructor Details

    • Onedrive

      public Onedrive()
  • Method Details