Class ServiceConfig.Mongodb

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

public static class ServiceConfig.Mongodb extends Object implements ServiceConfig
Configuration for service mongodb.
  • Field Details

    • connectionString

      public final String connectionString

      connection string of this backend

    • database

      public final String database

      database of this backend

    • collection

      public final String collection

      collection of this backend

    • root

      public final String root

      root of this backend

    • keyField

      public final String keyField

      key field of this backend

    • valueField

      public final String valueField

      value field of this backend

  • Constructor Details

    • Mongodb

      public Mongodb()
  • Method Details