Allows the default connection pool settings to be overridden.
Namespace: Couchbase.Configuration.Client.ProvidersAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic ConnectionPoolElement ConnectionPool { get; set; }
public ConnectionPoolElement ConnectionPool { get; set; }
Public Property ConnectionPool As ConnectionPoolElement
Get
Set
Public Property ConnectionPool As ConnectionPoolElement
Get
Set
public:
property ConnectionPoolElement^ ConnectionPool {
ConnectionPoolElement^ get ();
void set (ConnectionPoolElement^ value);
}
public:
property ConnectionPoolElement^ ConnectionPool {
ConnectionPoolElement^ get ();
void set (ConnectionPoolElement^ value);
}
member ConnectionPool : ConnectionPoolElement with get, set
member ConnectionPool : ConnectionPoolElement with get, set
Property Value
Type:
ConnectionPoolElement
RemarksThe default settings are: MinSize=1, MaxSize=2, WaitTimout=2500ms, ShutdownTimeout=10000ms.
See Also