Click or drag to resize
Dse Namespace
The Dse namespace contains classes for accessing and managing data from DSE clusters.
Classes
  ClassDescription
Public classCode exampleDseCluster
Information and known state of a DSE cluster.

This is the main entry point of the DSE driver. It extends the CQL driver's ICluster instance with DSE-specific features.

Public classDseClusterBuilder
Helper class to build DseCluster instances.
Public classDseConfiguration
Represents the configuration of a DseCluster.
Interfaces
  InterfaceDescription
Public interfaceIDseCluster
Represents a DSE cluster client that contains information and known state of a DSE cluster.
Public interfaceIDseSession
Represents an ISession suitable for querying a DataStax Enterprise (DSE) Cluster.

Session instances are designed to be long-lived, thread-safe and usually a single instance is enough per application.