IDseCluster Interface |
Namespace: Dse
public interface IDseCluster : ICluster, IDisposable
The IDseCluster type exposes the following members.
Name | Description | |
---|---|---|
![]() | Configuration |
Gets the DSE cluster client configuration.
|
Name | Description | |
---|---|---|
![]() | Connect |
Creates a new DSE session on this cluster and initializes it.
|
![]() | Connect(String) |
Creates a new DSE session on this cluster, initializes it and sets the keyspace to the provided one.
|
![]() | ConnectAsync |
Creates a new DSE session on this cluster.
|
![]() | ConnectAsync(String) |
Creates a new DSE session on this cluster and using a keyspace an existing keyspace.
|