# Functions
Aggregate handles the full cycle dispatch and execution of an aggregate command against the provided topology.
Command handles the full cycle dispatch and execution of a command against the provided topology.
Count handles the full cycle dispatch and execution of a count command against the provided topology.
CreateIndexes handles the full cycle dispatch and execution of a createIndexes command against the provided topology.
Delete handles the full cycle dispatch and execution of a delete command against the provided topology.
Distinct handles the full cycle dispatch and execution of a distinct command against the provided topology.
DropCollection handles the full cycle dispatch and execution of a dropCollection command against the provided topology.
DropDatabase handles the full cycle dispatch and execution of a dropDatabase command against the provided topology.
DropIndexes handles the full cycle dispatch and execution of a dropIndexes command against the provided topology.
Find handles the full cycle dispatch and execution of a find command against the provided topology.
FindOneAndDelete handles the full cycle dispatch and execution of a FindOneAndDelete command against the provided topology.
FindOneAndReplace handles the full cycle dispatch and execution of a FindOneAndReplace command against the provided topology.
FindOneAndUpdate handles the full cycle dispatch and execution of a FindOneAndUpdate command against the provided topology.
Insert handles the full cycle dispatch and execution of an insert command against the provided topology.
ListCollections handles the full cycle dispatch and execution of a listCollections command against the provided topology.
ListDatabases handles the full cycle dispatch and execution of a listDatabases command against the provided topology.
ListIndexes handles the full cycle dispatch and execution of a listIndexes command against the provided topology.
Update handles the full cycle dispatch and execution of an update command against the provided topology.
# Variables
ErrUnacknowledgedWrite is returned from functions that have an unacknowledged write concern.