Class ServiceConfig.D1

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

public static class ServiceConfig.D1 extends Object implements ServiceConfig
Configuration for service d1.
  • Field Details

    • token

      public final String token

      Set the token of cloudflare api.

    • accountId

      public final String accountId

      Set the account id of cloudflare api.

    • databaseId

      public final String databaseId

      Set the database id of cloudflare api.

    • root

      public final String root

      Set the working directory of OpenDAL.

    • table

      public final String table

      Set the table of D1 Database.

    • keyField

      public final String keyField

      Set the key field of D1 Database.

    • valueField

      public final String valueField

      Set the value field of D1 Database.

  • Constructor Details

    • D1

      public D1()
  • Method Details