Class DseConfiguration
Represents the configuration of a DseCluster.
Inheritance
System.Object
DseConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dse
Assembly: Dse.dll
Syntax
public class DseConfiguration
Constructors
DseConfiguration(Configuration, GraphOptions)
Creates a new instance of DseConfiguration.
Declaration
public DseConfiguration(Configuration cassandraConfiguration, GraphOptions graphOptions)
Parameters
Type | Name | Description |
---|---|---|
Configuration | cassandraConfiguration | |
GraphOptions | graphOptions |
Properties
ApplicationName
The name of the application using the created cluster instance.
Declaration
public string ApplicationName { get; }
Property Value
Type | Description |
---|---|
System.String |
ApplicationNameWasGenerated
Specifies whether ApplicationName was generated by the driver.
Declaration
public bool ApplicationNameWasGenerated { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ApplicationVersion
The version of the application using the created cluster instance.
Declaration
public string ApplicationVersion { get; }
Property Value
Type | Description |
---|---|
System.String |
CassandraConfiguration
Gets the configuration related to DSE Cassandra Daemon.
Declaration
public Configuration CassandraConfiguration { get; protected set; }
Property Value
Type | Description |
---|---|
Configuration |
ClusterId
A unique identifier for the created cluster instance.
Declaration
public Guid ClusterId { get; }
Property Value
Type | Description |
---|---|
System.Guid |
GraphOptions
Gets the options related to graph instance.
Declaration
public GraphOptions GraphOptions { get; protected set; }
Property Value
Type | Description |
---|---|
GraphOptions |
MonitorReportingOptions
Configuration options for monitor reporting
Declaration
public MonitorReportingOptions MonitorReportingOptions { get; }
Property Value
Type | Description |
---|---|
MonitorReportingOptions |