ClientOptions Class |
Namespace: Cassandra
public class ClientOptions
The ClientOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | ClientOptions | Initializes a new instance of the ClientOptions class |
![]() | ClientOptions(Boolean, Int32, String) | Initializes a new instance of the ClientOptions class |
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.) |
Name | Description | |
---|---|---|
![]() | DefaultKeyspace |
Gets the keyspace to be used after connecting to the cluster.
|
![]() | QueryAbortTimeout |
Gets the query abort timeout for synchronous operations in milliseconds.
|
![]() | WithoutRowSetBuffering |