Configuration Properties |
The Configuration type exposes the following members.
Name | Description | |
---|---|---|
AddressTranslator |
The address translator used to translate Cassandra node address.
| |
ClientOptions |
The .net client additional options configuration.
| |
ExecutionProfiles |
Gets a read only key value map of execution profiles that were configured with
WithExecutionProfiles(ActionIExecutionProfileOptions). The keys are execution profile names and the values
are IExecutionProfile instances.
| |
Policies |
Gets the policies set for the cluster.
| |
PoolingOptions |
The connection pooling configuration, defaults to null.
| |
ProtocolOptions |
The Cassandra binary protocol level configuration (compression).
| |
QueryOptions |
The query configuration.
| |
SocketOptions |
Gets the low-level tcp configuration options used (tcpNoDelay, keepAlive, ...).
|