Class ServiceConfig.Chainsafe

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

public static class ServiceConfig.Chainsafe extends Object implements ServiceConfig
Configuration for service chainsafe.
  • Field Details

    • bucketId

      @NonNull public final @NonNull String bucketId

      bucket_id of this backend.

      required.

    • root

      public final String root

      root of this backend.

      All operations will happen under this root.

    • apiKey

      public final String apiKey

      api_key of this backend.

  • Constructor Details

    • Chainsafe

      public Chainsafe()
  • Method Details