Class ServiceConfig.YandexDisk

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

public static class ServiceConfig.YandexDisk extends Object implements ServiceConfig
Configuration for service yandex_disk.
  • Field Details

    • accessToken

      @NonNull public final @NonNull String accessToken

      yandex disk oauth access_token.

    • root

      public final String root

      root of this backend.

      All operations will happen under this root.

  • Constructor Details

    • YandexDisk

      public YandexDisk()
  • Method Details