Class ClientOptions
Additional options of the .net Cassandra driver.
Inheritance
object
ClientOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Cassandra
Assembly: Cassandra.dll
Syntax
public class ClientOptions
Constructors
ClientOptions()
Declaration
public ClientOptions()
ClientOptions(bool, int, string)
Declaration
public ClientOptions(bool withoutRowSetBuffering, int queryAbortTimeout, string defaultKeyspace)
Parameters
Type | Name | Description |
---|---|---|
bool | withoutRowSetBuffering | |
int | queryAbortTimeout | |
string | defaultKeyspace |
Fields
DefaultQueryAbortTimeout
Declaration
public const int DefaultQueryAbortTimeout = 60000
Field Value
Type | Description |
---|---|
int |
Properties
DefaultKeyspace
Gets the keyspace to be used after connecting to the cluster.
Declaration
public string DefaultKeyspace { get; }
Property Value
Type | Description |
---|---|
string |
QueryAbortTimeout
Gets the query abort timeout for synchronous operations in milliseconds.
Declaration
public int QueryAbortTimeout { get; }
Property Value
Type | Description |
---|---|
int |
WithoutRowSetBuffering
Declaration
public bool WithoutRowSetBuffering { get; }
Property Value
Type | Description |
---|---|
bool |