DatabaseStorageParams

data class DatabaseStorageParams(val mongoDBConnection: MongoDBConnection, val databaseName: String, val collectionName: String) : StorageParams

Configuration for MongoDB-based storage.

Constructors

Link copied to clipboard
constructor(mongoDBConnection: MongoDBConnection, databaseName: String, collectionName: String)

Properties

Link copied to clipboard

The name of the collection to use.

Link copied to clipboard

The name of the database to use.

Link copied to clipboard

The MongoDB connection details.