# Functions
NewAbortTransaction constructs and returns a new AbortTransaction.
NewAggregate constructs and returns a new Aggregate.
NewCommand constructs and returns a new Command.
NewCommitTransaction constructs and returns a new CommitTransaction.
NewCount constructs and returns a new Count.
NewCreateIndexes constructs and returns a new CreateIndexes.
NewDelete constructs and returns a new Delete.
NewDistinct constructs and returns a new Distinct.
NewDropCollection constructs and returns a new DropCollection.
NewDropDatabase constructs and returns a new DropDatabase.
NewDropIndexes constructs and returns a new DropIndexes.
NewEndSessions constructs and returns a new EndSessions.
NewFind constructs and returns a new Find.
NewFindAndModify constructs and returns a new FindAndModify.
NewInsert constructs and returns a new Insert.
NewIsMaster constructs an IsMaster.
NewListCollections constructs and returns a new ListCollections.
NewListDatabases constructs and returns a new ListDatabases.
NewListIndexes constructs and returns a new ListIndexes.
NewUpdate constructs and returns a new Update.
# Structs
AbortTransaction performs an abortTransaction operation.
Performs an aggregate operation.
Command is used to run a generic operation.
CommitTransaction attempts to commit a transaction.
Performs a count operation.
No description provided by the author
CreateIndexes performs a createIndexes operation.
No description provided by the author
Delete performs a delete operation.
No description provided by the author
Distinct performs a distinct operation.
No description provided by the author
DropCollection performs a drop operation.
No description provided by the author
DropDatabase performs a dropDatabase operation.
No description provided by the author
DropIndexes performs an dropIndexes operation.
No description provided by the author
EndSessions performs an endSessions operation.
Find performs a find operation.
FindAndModify performs a findAndModify operation.
No description provided by the author
Insert performs an insert operation.
No description provided by the author
IsMaster is used to run the isMaster handshake operation.
No description provided by the author
ListCollections performs a listCollections operation.
ListDatabases performs a listDatabases operation.
No description provided by the author
ListIndexes performs a listIndexes operation.
Update performs an update operation.
UpdateResult contains information for the result of an Update operation.
Upsert contains the information for an upsert in an Update operation.