Class ServiceConfig.Redb

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

public static class ServiceConfig.Redb extends Object implements ServiceConfig
Configuration for service redb.
  • Field Details

    • datadir

      public final String datadir

      path to the redb data directory.

    • root

      public final String root

      The root for redb.

    • table

      public final String table

      The table name for redb.

  • Constructor Details

    • Redb

      public Redb()
  • Method Details