Name |
Description |
Aggregate |
Operation for the aggregate command. |
BulkWrite |
Operation for executing multiple write operations. |
Count |
Operation for the count command. |
CreateCollection |
Operation for the create command. |
CreateIndexes |
Operation for the createIndexes command. |
DatabaseCommand |
Operation for executing a database command. |
Delete |
Operation for the delete 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. |
Find |
Operation for the find command. |
FindAndModify |
Operation for the findAndModify 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. |
ListCollections |
Operation for the listCollections command. |
ListDatabases |
Operation for the ListDatabases command. |
ListIndexes |
Operation for the listIndexes command. |
ReplaceOne |
Operation for replacing a single document with the update command. |
Update |
Operation for the update command. |
UpdateMany |
Operation for updating multiple documents with the update command. |
UpdateOne |
Operation for updating a single document with the update command. |