Class HelloResult
- Namespace
- MongoDB.Driver.Core.Connections
- Assembly
- MongoDB.Driver.dll
Represents the result of a hello or legacy hello command.
- Inheritance
-
Hello
Result
- Implements
- Inherited Members
Constructors
- Hello
Result(Bson Document) Initializes a new instance of the Hello
Result class.
Properties
- Compressions
Gets the compressor types.
- Connection
IdServer Value Gets the connection id server value.
- Election
Id Gets the election identifier.
- Has
Sasl Supported Mechs Get whether SaslSupportedMechs was part of the hello response.
- Hello
Ok Gets whether the server support the hello command.
- Is
Arbiter Gets a value indicating whether this instance is an arbiter.
- Is
Mongocryptd Gets a value indicating whether this instance is a mongocryptd.
- Is
Replica Set Member Gets a value indicating whether this instance is a replica set member.
- Last
Write Timestamp Gets the last write timestamp.
- Logical
Session Timeout Gets the logical session timeout.
- Max
Batch Count Gets the maximum number of documents in a batch.
- Max
Document Size Gets the maximum size of a document.
- Max
Message Size Gets the maximum size of a message.
- Max
Wire Version Gets the maximum wire version.
- Me
Gets the endpoint the server is claiming it is known as.
- Min
Wire Version Gets the minimum wire version.
- Sasl
Supported Mechs Get the SaslSupportedMechs.
- Server
Type Gets the type of the server.
- Service
Id Gets the service identifier.
- Speculative
Authenticate Get the SpeculativeAuthenticate reply.
- Tags
Gets the replica set tags.
- Topology
Version Get the TopologyVersion.
- Wrapped
Gets the wrapped result document.
Methods
- Equals(Hello
Result) Indicates whether the current object is equal to another object of the same type.
- Equals(object)
Determines whether the specified object is equal to the current object.
- Get
Hash Code() Serves as the default hash function.
- Get
Replica Set Config() Gets the replica set configuration.