Configuration Class |
Namespace: Cassandra
public class Configuration
The Configuration type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ClientOptions |
The .net client additional options configuration.
| |
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, ...).
|