Click or drag to resize

ClientOptions Class

Additional options of the .net Cassandra driver.
Inheritance Hierarchy
SystemObject
  DseClientOptions

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public class ClientOptions

The ClientOptions type exposes the following members.

Constructors
  NameDescription
Public methodClientOptions
Initializes a new instance of the ClientOptions class
Public methodClientOptions(Boolean, Int32, String)
Initializes a new instance of the ClientOptions class
Top
Properties
  NameDescription
Public propertyDefaultKeyspace
Gets the keyspace to be used after connecting to the cluster.
Public propertyQueryAbortTimeout
Gets the query abort timeout for synchronous operations in milliseconds.
Public propertyWithoutRowSetBuffering
Top
Fields
  NameDescription
Public fieldStatic memberDefaultQueryAbortTimeout
Top
See Also

Reference