Configuration Class |
Namespace: Dse
public class Configuration
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.
| |
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, ...).
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (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.) |