Class ServiceConfig.Http

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

public static class ServiceConfig.Http extends Object implements ServiceConfig
Configuration for service http.
  • 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

  • Constructor Details

    • Http

      public Http()
  • Method Details