ambiten / core / AmbitenClientOptions
Interface: AmbitenClientOptions
Defined in: packages/core/src/types/ambiten.client.type.ts:44
Options for configuring the AmbitenClient.
Properties
client?
optionalclient?:MongoClient
Defined in: packages/core/src/types/ambiten.client.type.ts:58
An optional MongoClient instance.
collectionName?
optionalcollectionName?:string
Defined in: packages/core/src/types/ambiten.client.type.ts:53
The name of the collection to use.
config?
optionalconfig?:AmbitenConfig
Defined in: packages/core/src/types/ambiten.client.type.ts:63
Optional configuration for Ambiten.
dbName?
optionaldbName?:string
Defined in: packages/core/src/types/ambiten.client.type.ts:48
The name of the database to connect to.
