Class ServiceConfig.Seafile

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

public static class ServiceConfig.Seafile extends Object implements ServiceConfig
Configuration for service seafile.
  • Field Details

    • repoName

      @NonNull public final @NonNull String repoName

      repo_name of this backend.

      required.

    • root

      public final String root

      root of this backend.

      All operations will happen under this root.

    • endpoint

      public final String endpoint

      endpoint address of this backend.

    • username

      public final String username

      username of this backend.

    • password

      public final String password

      password of this backend.

  • Constructor Details

    • Seafile

      public Seafile()
  • Method Details