Click or drag to resize

IsMasterResult Properties

The IsMasterResult type exposes the following members.

Properties
  NameDescription
Public propertyCompressions
Gets the compressor types.
(Inherited from HelloResult.)
Public propertyConnectionIdServerValue
Gets the connection id server value.
(Inherited from HelloResult.)
Public propertyElectionId
Gets the election identifier.
(Inherited from HelloResult.)
Public propertyHasSaslSupportedMechs
Get whether SaslSupportedMechs was part of the hello response.
(Inherited from HelloResult.)
Public propertyHelloOk
Gets whether the server support the hello command.
(Inherited from HelloResult.)
Public propertyIsArbiter
Gets a value indicating whether this instance is an arbiter.
(Inherited from HelloResult.)
Public propertyIsMongocryptd
Gets a value indicating whether this instance is a mongocryptd.
(Inherited from HelloResult.)
Public propertyIsReplicaSetMember
Gets a value indicating whether this instance is a replica set member.
(Inherited from HelloResult.)
Public propertyLastWriteTimestamp
Gets the last write timestamp.
(Inherited from HelloResult.)
Public propertyLogicalSessionTimeout
Gets the logical session timeout.
(Inherited from HelloResult.)
Public propertyMaxBatchCount
Gets the maximum number of documents in a batch.
(Inherited from HelloResult.)
Public propertyMaxDocumentSize
Gets the maximum size of a document.
(Inherited from HelloResult.)
Public propertyMaxMessageSize
Gets the maximum size of a message.
(Inherited from HelloResult.)
Public propertyMaxWireVersion
Gets the maximum wire version.
(Inherited from HelloResult.)
Public propertyMe
Gets the endpoint the server is claiming it is known as.
(Inherited from HelloResult.)
Public propertyMinWireVersion
Gets the minimum wire version.
(Inherited from HelloResult.)
Public propertySaslSupportedMechs
Get the SaslSupportedMechs.
(Inherited from HelloResult.)
Public propertyServerType
Gets the type of the server.
(Inherited from HelloResult.)
Public propertyServiceId
Gets the service identifier.
(Inherited from HelloResult.)
Public propertySpeculativeAuthenticate
Get the SpeculativeAuthenticate reply.
(Inherited from HelloResult.)
Public propertyTags
Gets the replica set tags.
(Inherited from HelloResult.)
Public propertyTopologyVersion
Get the TopologyVersion.
(Inherited from HelloResult.)
Public propertyWrapped
Gets the wrapped result document.
(Inherited from HelloResult.)
Top
See Also