Class ServiceConfig.Webdav

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

public static class ServiceConfig.Webdav extends Object implements ServiceConfig
Configuration for service webdav.
  • Field Details

    • endpoint

      public final String endpoint

      endpoint of this backend

    • username

      public final String username

      username of this backend

    • password

      public final String password

      password of this backend

    • token

      public final String token

      token of this backend

    • root

      public final String root

      root of this backend

    • disableCopy

      public final Boolean disableCopy

      WebDAV Service doesn't support copy.

  • Constructor Details

    • Webdav

      public Webdav()
  • Method Details