Class ServiceConfig.CloudflareKv

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

public static class ServiceConfig.CloudflareKv extends Object implements ServiceConfig
Configuration for service cloudflare_kv.
  • Field Details

    • token

      public final String token

      The token used to authenticate with CloudFlare.

    • accountId

      public final String accountId

      The account ID used to authenticate with CloudFlare. Used as URI path parameter.

    • namespaceId

      public final String namespaceId

      The namespace ID. Used as URI path parameter.

    • root

      public final String root

      Root within this backend.

  • Constructor Details

    • CloudflareKv

      public CloudflareKv()
  • Method Details