Class ServiceConfig.Atomicserver

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

public static class ServiceConfig.Atomicserver extends Object implements ServiceConfig
Configuration for service atomicserver.
  • Field Details

    • root

      public final String root

      work dir of this backend

    • endpoint

      public final String endpoint

      endpoint of this backend

    • privateKey

      public final String privateKey

      private_key of this backend

    • publicKey

      public final String publicKey

      public_key of this backend

    • parentResourceId

      public final String parentResourceId

      parent_resource_id of this backend

  • Constructor Details

    • Atomicserver

      public Atomicserver()
  • Method Details