PoolConfigurationMinSize Property |
The minimum number of connection to create.
Namespace: Couchbase.Configuration.ClientAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int MinSize { get; set; }
Public Property MinSize As Integer
Get
Set
public:
property int MinSize {
int get ();
void set (int value);
}
member MinSize : int with get, set
Property Value
Type:
Int32
See Also