MongoUrlBuilder Properties |
The MongoUrlBuilder type exposes the following members.
Name | Description | |
---|---|---|
ApplicationName |
Gets or sets the application name.
| |
AuthenticationMechanism |
Gets or sets the authentication mechanism.
| |
AuthenticationMechanismProperties |
Gets or sets the authentication mechanism properties.
| |
AuthenticationSource |
Gets or sets the authentication source.
| |
ComputedWaitQueueSize |
Gets the actual wait queue size (either WaitQueueSize or WaitQueueMultiple x MaxConnectionPoolSize).
| |
ConnectionMode |
Gets or sets the connection mode.
| |
ConnectTimeout |
Gets or sets the connect timeout.
| |
DatabaseName |
Gets or sets the optional database name.
| |
FSync |
Gets or sets the FSync component of the write concern.
| |
GuidRepresentation |
Gets or sets the representation to use for Guids.
| |
HeartbeatInterval |
Gets or sets the heartbeat interval.
| |
HeartbeatTimeout |
Gets or sets the heartbeat timeout.
| |
IPv6 |
Gets or sets a value indicating whether to use IPv6.
| |
Journal |
Gets or sets the Journal component of the write concern.
| |
LocalThreshold |
Gets or sets the local threshold.
| |
MaxConnectionIdleTime |
Gets or sets the max connection idle time.
| |
MaxConnectionLifeTime |
Gets or sets the max connection life time.
| |
MaxConnectionPoolSize |
Gets or sets the max connection pool size.
| |
MinConnectionPoolSize |
Gets or sets the min connection pool size.
| |
Password |
Gets or sets the password.
| |
ReadConcernLevel |
Gets or sets the read concern level.
| |
ReadPreference |
Gets or sets the read preference.
| |
ReplicaSetName |
Gets or sets the name of the replica set.
| |
RetryWrites |
Gets or sets whether to retry writes.
| |
Scheme |
The scheme used to connect with mongodb.
| |
Server |
Gets or sets the address of the server (see also Servers if using more than one address).
| |
Servers |
Gets or sets the list of server addresses (see also Server if using only one address).
| |
ServerSelectionTimeout |
Gets or sets the server selection timeout.
| |
SocketTimeout |
Gets or sets the socket timeout.
| |
Username |
Gets or sets the username.
| |
UseSsl |
Gets or sets a value indicating whether to use SSL.
| |
VerifySslCertificate |
Gets or sets a value indicating whether to verify an SSL certificate.
| |
W |
Gets or sets the W component of the write concern.
| |
WaitQueueMultiple |
Gets or sets the wait queue multiple (the actual wait queue size will be WaitQueueMultiple x MaxConnectionPoolSize).
| |
WaitQueueSize |
Gets or sets the wait queue size.
| |
WaitQueueTimeout |
Gets or sets the wait queue timeout.
| |
WTimeout |
Gets or sets the WTimeout component of the write concern.
|