ConnectionStringMinPoolSize Property |
Gets the min size of the connection pool.
Namespace: MongoDB.Driver.Core.ConfigurationAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax public Nullable<int> MinPoolSize { get; }
Public ReadOnly Property MinPoolSize As Nullable(Of Integer)
Get
member MinPoolSize : Nullable<int> with get
Property Value
Type:
NullableInt32See Also