Click or drag to resize

ConfigurationPoolingOptions Property

The connection pooling configuration, defaults to null.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax
C#
public PoolingOptions PoolingOptions { get; }

Return Value

Type: PoolingOptions
the pooling options.
See Also