MongoResource
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
MongoResource =
object
Defined in: src/persistence/journals/MongoClient.ts:72
What a MongoDB store holds open: the database handle plus the client that owns it.
Properties
Section titled “Properties”client
Section titled “client”
readonlyclient:MongoClientLike
Defined in: src/persistence/journals/MongoClient.ts:74
database
Section titled “database”
readonlydatabase:MongoDatabaseLike
Defined in: src/persistence/journals/MongoClient.ts:73
