Click or drag to resize

MonitorReportingOptions Class

Options related to Monitor Reporting. This feature is not supported with Apache Cassandra clusters for now, so in that case this feature will always be disabled even if it is set as enabled with SetMonitorReportingEnabled(Boolean).
Inheritance Hierarchy
SystemObject
  CassandraMonitorReportingOptions

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public sealed class MonitorReportingOptions

The MonitorReportingOptions type exposes the following members.

Constructors
  NameDescription
Public methodMonitorReportingOptions
Initializes a new instance of the MonitorReportingOptions class
Top
Properties
  NameDescription
Public propertyMonitorReportingEnabled
This property is used to determine whether Monitor Reporting is enabled or not.
Top
Methods
  NameDescription
Public methodSetMonitorReportingEnabled
Determines whether or not events are sent to the connected cluster for monitor reporting.
Top
See Also