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