Package-level declarations
Types
Performing multiple write operations in a single request.
The options for a BulkWrite command.
The options for a Count command.
Deleting multiple documents from a collection.
The options for a DeleteMany command.
Deleting a single document from a collection.
The options for a DeleteOne command.
The options for a Drop command.
The options for a Find command.
Inserting multiple elements in a collection in a single operation.
The options for a collection.insertMany
operation.
Inserting a single element in a collection.
The options for a collection.insertOne
operation.
Updating multiple elements in a collection.
Updating multiple elements in a collection, using a pipeline.
Updating a single element in a collection.
Updating a single element in a collection, using a pipeline.
The options for a UpdateOne, UpsertOne, UpdateMany operation.
Updating a single element in a collection, creating it if it doesn't exist.
Updating a single element in a collection, creating it if it doesn't exist, using a pipeline.