MongoQueryMessage class

Inheritance
Implementers

Constructors

MongoQueryMessage(String? collectionFullName, int flags, int numberToSkip, int numberToReturn, Map<String, dynamic> query, Map<String, dynamic>? fields)

Properties

collectionNameBson → BsonCString?
no setter
flags int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
messageLength int
no setteroverride
numberToReturn int
getter/setter pair
numberToSkip int
getter/setter pair
opcode int
getter/setter pairinherited
requestId int
no setterinherited
responseTo int
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readMessageHeaderFrom(BsonBinary buffer) → void
inherited
serialize() BsonBinary
override
toString() String
A string representation of this object.
override
writeMessageHeaderTo(BsonBinary buffer) → void
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

OPTS_AWAIT_DATA int
final
OPTS_EXHAUST int
final
OPTS_NO_CURSOR_TIMEOUT int
final
OPTS_NONE int
final
OPTS_OPLOG_REPLY int
final
OPTS_PARTIAL int
final
OPTS_SLAVE int
final
OPTS_TAILABLE_CURSOR int
final