IsMasterResult Class |
Note: This API is now obsolete.
Namespace: MongoDB.Driver.Core.Connections
The IsMasterResult type exposes the following members.
Name | Description | |
---|---|---|
IsMasterResult |
Initializes a new instance of the IsMasterResult class.
|
Name | Description | |
---|---|---|
Compressions |
Gets the compressor types.
(Inherited from HelloResult.) | |
ConnectionIdServerValue |
Gets the connection id server value.
(Inherited from HelloResult.) | |
ElectionId |
Gets the election identifier.
(Inherited from HelloResult.) | |
HasSaslSupportedMechs |
Get whether SaslSupportedMechs was part of the hello response.
(Inherited from HelloResult.) | |
HelloOk |
Gets whether the server support the hello command.
(Inherited from HelloResult.) | |
IsArbiter |
Gets a value indicating whether this instance is an arbiter.
(Inherited from HelloResult.) | |
IsMongocryptd |
Gets a value indicating whether this instance is a mongocryptd.
(Inherited from HelloResult.) | |
IsReplicaSetMember |
Gets a value indicating whether this instance is a replica set member.
(Inherited from HelloResult.) | |
LastWriteTimestamp |
Gets the last write timestamp.
(Inherited from HelloResult.) | |
LogicalSessionTimeout |
Gets the logical session timeout.
(Inherited from HelloResult.) | |
MaxBatchCount |
Gets the maximum number of documents in a batch.
(Inherited from HelloResult.) | |
MaxDocumentSize |
Gets the maximum size of a document.
(Inherited from HelloResult.) | |
MaxMessageSize |
Gets the maximum size of a message.
(Inherited from HelloResult.) | |
MaxWireVersion |
Gets the maximum wire version.
(Inherited from HelloResult.) | |
Me |
Gets the endpoint the server is claiming it is known as.
(Inherited from HelloResult.) | |
MinWireVersion |
Gets the minimum wire version.
(Inherited from HelloResult.) | |
SaslSupportedMechs |
Get the SaslSupportedMechs.
(Inherited from HelloResult.) | |
ServerType |
Gets the type of the server.
(Inherited from HelloResult.) | |
ServiceId |
Gets the service identifier.
(Inherited from HelloResult.) | |
SpeculativeAuthenticate |
Get the SpeculativeAuthenticate reply.
(Inherited from HelloResult.) | |
Tags |
Gets the replica set tags.
(Inherited from HelloResult.) | |
TopologyVersion |
Get the TopologyVersion.
(Inherited from HelloResult.) | |
Wrapped |
Gets the wrapped result document.
(Inherited from HelloResult.) |
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from HelloResult.) | |
Equals(HelloResult) | Indicates whether the current object is equal to another object of the same type. (Inherited from HelloResult.) | |
GetHashCode | Serves as the default hash function. (Inherited from HelloResult.) | |
GetReplicaSetConfig |
Gets the replica set configuration.
(Inherited from HelloResult.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) | |
ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) | |
ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |