Configuration Class |
Namespace: Cassandra
public class Configuration
The Configuration type exposes the following members.
| Name | Description | |
|---|---|---|
| AddressTranslator |
The address translator used to translate Cassandra node address.
| |
| ApplicationName |
The name of the application using the created cluster instance.
| |
| ApplicationNameWasGenerated |
Specifies whether ApplicationName was generated by the driver.
| |
| ApplicationVersion |
The version of the application using the created cluster instance.
| |
| ClientOptions |
The .net client additional options configuration.
| |
| ClusterId |
A unique identifier for the created cluster instance.
| |
| 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.
| |
| GraphOptions |
Gets the options related to graph instance.
| |
| MonitorReportingOptions |
Configuration options for monitor reporting
| |
| 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, ...).
|