Mongo Cluster
The client-side representation of a MongoDB cluster operations.
The originating MongoClient is responsible for the closing of resources. If the originator MongoClient is closed, then any operations will fail.
Since
5.2
See also
Inheritors
Functions
Executes a client-level bulk write operation. This method is functionally equivalent to bulkWrite(models, options) with the default options.
Executes a client-level bulk write operation. This method is functionally equivalent to bulkWrite(clientSession, models, options) with the default options.
Executes a client-level bulk write operation.
Gets a MongoDatabase instance for the given database name.
Get a list of the database names
Gets the list of databases
Gets the list of databases
Creates a client session.
Creates a change stream for this client.
Create a new MongoCluster instance with a different codec registry.
Create a new MongoCluster instance with a different read concern.
Create a new MongoCluster instance with a different read preference.
Create a new MongoCluster instance with the set time limit for the full execution of an operation.
Create a new MongoCluster instance with a different write concern.