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