Click or drag to resize

IDseCluster Interface

Represents a DSE cluster client that contains information and known state of a DSE cluster.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public interface IDseCluster : ICluster, 
	IDisposable

The IDseCluster type exposes the following members.

Properties
  NameDescription
Public propertyConfiguration
Gets the DSE cluster client configuration.
Top
Methods
  NameDescription
Public methodConnect
Creates a new DSE session on this cluster and initializes it.
Public methodConnect(String)
Creates a new DSE session on this cluster, initializes it and sets the keyspace to the provided one.
Public methodConnectAsync
Creates a new DSE session on this cluster.
Public methodConnectAsync(String)
Creates a new DSE session on this cluster and using a keyspace an existing keyspace.
Top
See Also

Reference