A command that targets the admin database only (administrative commands).
Implements the "aggregation" command, otherwise known as the "Aggregation Framework.
Authenticate Command.
an authentication result
A command error that optionally holds the original TraversableBSONDocument
Returns a document containing various information about a collection.
Various information about a collection.
A MongoDB Command.
A generic command error.
Handler for deserializing commands results.
Converts a regular collection into a capped one.
The Count command.
Creates a collection on the database.
A default command error, which may contain the original BSONDocument of the response.
Drop a collection.
Drop a database.
Empty a capped collection.
A failed authentication result
FindAndModify command.
GetLastError Command.
Groups documents together to calulate aggregates on document collections.
Groups documents together to calulate aggregates on document collections.
Represents one of the group operators for the "Group" Operation.
Groups documents together to calulate aggregates on document collections.
Deserialized IsMaster command response.
Result of the GetLastError command.
Limts the number of documents that pass through the stream.
A makable command, that can produce a request maker ready to be sent to a reactivemongo.core.actors.MongoDBSystem actor.
Filters out documents from the stream that do not match the predicate.
A modify operation, part of a FindAndModify command
One of MongoDBs pipeline operators for aggregation.
Reshapes a document stream by renaming, adding, or removing fields.
Rename a collection.
Skips over a number of documents before passing all further documents along the stream.
Sorts the stream based on the given fields.
Represents that a field should be sorted on, as well as whether it should be ascending or descending.
A successful authentication result.
Turns a document with an array into multiple documents, one document for each element in the array.
Update (part of a FindAndModify command).
A verbose successful authentication result (MongoDB >= 2.
Authentication command's response deserializer.
Deserializer for the Count command.
FindAndModify command deserializer
Getnonce Command.
IsMaster Command.
Deserializer for GetLastError command result.
Remove (part of a FindAndModify command).
ReplSetGetStatus Command.
A silent successful authentication result (MongoDB <= 2.
ServerStatus Command.