# Functions
DumpMsgBody takes a MsgBody and returns as a string.
DumpMsgHeader takes a MsgHeader and returns as a string.
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
OP_COMPRESSED.
OP_DELETE.
OP_GET_BY_OID.
OP_GET_MORE.
OP_INSERT.
OP_KILL_CURSORS.
OP_MSG.
OP_QUERY.
OP_REPLY.
OP_UPDATE.
checksumPresent.
exhaustAllowed.
moreToCome.
AwaitData.
Exhaust.
NoCursorTimeout.
OplogReplay.
Partial.
SlaveOk.
TailableCursor.
AwaitCapable.
CursorNotFound.
QueryFailure.
ShardConfigStale.
# Structs
MsgHeader in general, each message consists of a standard message header followed by request-specific data.
OpMsg is an extensible message format designed to subsume the functionality of other opcodes.
OpMsgSection is one or more sections contained in an OpMsg.
OpQuery is used to query the database for documents in a collection.
OpReply is a message sent by the MongoDB database in response to an OpQuery.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
OpMsgFlagBit integer is a bitmask encoding flags that modify the format and behavior of OpMsg.
OpMsgFlags type unint32.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author