ServerCapabilities class

Constructors

ServerCapabilities()

Properties

aggregationCursor ↔ bool
getter/setter pair
authCommands ↔ bool
getter/setter pair
fcv ↔ String?
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
isReplicaSet → bool
no setter
isShardedCluster ↔ bool
getter/setter pair
isSingleServerReplicaSet → bool
no setter
isStandalone ↔ bool
getter/setter pair
listCollections ↔ bool
getter/setter pair
listIndexes ↔ bool
getter/setter pair
maxNumberOfDocsInBatch ↔ int
getter/setter pair
maxWireVersion ↔ int
getter/setter pair
minWireVersion ↔ int
getter/setter pair
replicaSetHosts ↔ List<String>?
getter/setter pair
replicaSetHostsNum → int
no setter
replicaSetName ↔ String?
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
supportsOpMsg ↔ bool
getter/setter pair
writeCommands ↔ bool
getter/setter pair

Methods

getParamsFromHello(HelloResult result) → void
getParamsFromIstMaster(Map<String, dynamic> isMaster) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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