Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MongoOptions

The options that must be passed to mongo instance

Hierarchy

  • MongoOptions

Index

Properties

client

client: MongoClient

The mongo client used

collectionName

collectionName: string

The collection used

Optional collectionOptions

collectionOptions?: CollectionOptions

The options for the collection

dbName

dbName: string

The database used

Optional dbOptions

dbOptions?: DbOptions

The options for the db

Generated using TypeDoc