Class ServiceConfig.Gridfs

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

public static class ServiceConfig.Gridfs extends Object implements ServiceConfig
Configuration for service gridfs.
  • Field Details

    • connectionString

      public final String connectionString

      The connection string of the MongoDB service.

    • database

      public final String database

      The database name of the MongoDB GridFs service to read/write.

    • bucket

      public final String bucket

      The bucket name of the MongoDB GridFs service to read/write.

    • chunkSize

      public final Integer chunkSize

      The chunk size of the MongoDB GridFs service used to break the user file into chunks.

    • root

      public final String root

      The working directory, all operations will be performed under it.

  • Constructor Details

    • Gridfs

      public Gridfs()
  • Method Details