Documentation

Operation

Interfaces, Classes, Traits and Enums

Aggregate
Operation for the aggregate command.
BulkWrite
Operation for executing multiple write operations.
Count
Operation for the count command.
CountDocuments
Operation for obtaining an exact count of documents in a collection
CreateCollection
Operation for the create command.
CreateIndexes
Operation for the createIndexes command.
DatabaseCommand
Operation for executing a database command.
DeleteMany
Operation for deleting multiple document with the delete command.
DeleteOne
Operation for deleting a single document with the delete command.
Distinct
Operation for the distinct command.
DropCollection
Operation for the drop command.
DropDatabase
Operation for the dropDatabase command.
DropIndexes
Operation for the dropIndexes command.
EstimatedDocumentCount
Operation for obtaining an estimated count of documents in a collection
Explain
Operation for the explain command.
Find
Operation for the find command.
FindOne
Operation for finding a single document with the find command.
FindOneAndDelete
Operation for deleting a document with the findAndModify command.
FindOneAndReplace
Operation for replacing a document with the findAndModify command.
FindOneAndUpdate
Operation for updating a document with the findAndModify command.
InsertMany
Operation for inserting multiple documents with the insert command.
InsertOne
Operation for inserting a single document with the insert command.
ListCollectionNames
Operation for the listCollectionNames helper.
ListCollections
Operation for the listCollections command.
ListDatabaseNames
Operation for the ListDatabases command, returning only database names.
ListDatabases
Operation for the ListDatabases command.
ListIndexes
Operation for the listIndexes command.
MapReduce
Operation for the mapReduce command.
ModifyCollection
Operation for the collMod command.
RenameCollection
Operation for the renameCollection command.
ReplaceOne
Operation for replacing a single document with the update command.
UpdateMany
Operation for updating multiple documents with the update command.
UpdateOne
Operation for updating a single document with the update command.
Watch
Operation for creating a change stream with the aggregate command.

Search results