ConnectionPoolSettings Class |
Namespace: MongoDB.Driver.Core.Configuration
The ConnectionPoolSettings type exposes the following members.
Name | Description | |
---|---|---|
ConnectionPoolSettings |
Initializes a new instance of the ConnectionPoolSettings class.
|
Name | Description | |
---|---|---|
MaintenanceInterval |
Gets the maintenance interval.
| |
MaxConnections |
Gets the maximum number of connections.
| |
MinConnections |
Gets the minimum number of connections.
| |
WaitQueueSize |
Gets the size of the wait queue.
| |
WaitQueueTimeout |
Gets the wait queue timeout.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
With |
Returns a new ConnectionPoolSettings instance with some settings changed.
|
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.) |