Click or drag to resize

DseConfiguration Class

Represents the configuration of a DseCluster.
Inheritance Hierarchy
SystemObject
  DseDseConfiguration

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public class DseConfiguration

The DseConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodDseConfiguration
Creates a new instance of DseConfiguration.
Top
Properties
  NameDescription
Public propertyApplicationName
The name of the application using the created cluster instance.
Public propertyApplicationNameWasGenerated
Specifies whether ApplicationName was generated by the driver.
Public propertyApplicationVersion
The version of the application using the created cluster instance.
Public propertyCassandraConfiguration
Gets the configuration related to DSE Cassandra Daemon.
Public propertyClusterId
A unique identifier for the created cluster instance.
Public propertyGraphOptions
Gets the options related to graph instance.
Public propertyMonitorReportingOptions
Configuration options for monitor reporting
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference