ConnectionString Class |
Namespace: MongoDB.Driver.Core.Configuration
The ConnectionString type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConnectionString |
Initializes a new instance of the ConnectionString class.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetOption |
Gets the option.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |
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.) |
Name | Description | |
---|---|---|
![]() | AllOptionNames |
Gets all the option names.
|
![]() | AllUnknownOptionNames |
Gets all the unknown option names.
|
![]() | AuthMechanism |
Gets the auth mechanism.
|
![]() | AuthMechanismProperties |
Gets the auth mechanism properties.
|
![]() | AuthSource |
Gets the auth source.
|
![]() | Connect |
Gets the connection mode.
|
![]() | ConnectTimeout |
Gets the connect timeout.
|
![]() | DatabaseName |
Gets the name of the database.
|
![]() | FSync |
Gets the fsync value of the write concern.
|
![]() | Hosts |
Gets the hosts.
|
![]() | Ipv6 |
Gets whether to use IPv6.
|
![]() | Journal |
Gets the journal value of the write concern.
|
![]() | LocalThreshold |
Gets the local threshold.
|
![]() | MaxIdleTime |
Gets the max idle time.
|
![]() | MaxLifeTime |
Gets the max life time.
|
![]() | MaxPoolSize |
Gets the max size of the connection pool.
|
![]() | MinPoolSize |
Gets the min size of the connection pool.
|
![]() | Password |
Gets the password.
|
![]() | ReadPreference |
Gets the read preference.
|
![]() | ReadPreferenceTags |
Gets the read preference tags.
|
![]() | ReplicaSet |
Gets the replica set name.
|
![]() | SocketTimeout |
Gets the socket timeout.
|
![]() | Ssl |
Gets whether to use SSL.
|
![]() | SslVerifyCertificate |
Gets whether to verify SSL certificates.
|
![]() | Username |
Gets the username.
|
![]() | UuidRepresentation |
Gets the UUID representation.
|
![]() | W |
Gets the w value of the write concern.
|
![]() | WaitQueueMultiple |
Gets the wait queue multiple.
|
![]() | WaitQueueSize |
Gets the wait queue size.
|
![]() | WaitQueueTimeout |
Gets the wait queue timeout.
|
![]() | WTimeout |
Gets the wtimeout value of the write concern.
|