Click or drag to resize

MonitorReportingOptionsSetMonitorReportingEnabled Method

Determines whether or not events are sent to the connected cluster for monitor reporting.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public MonitorReportingOptions SetMonitorReportingEnabled(
	bool monitorReportingEnabled
)

Parameters

monitorReportingEnabled
Type: SystemBoolean
Flag that controls whether monitor reporting is enabled or disabled.

Return Value

Type: MonitorReportingOptions
This MonitorReportingOptions instance.
Remarks
If not set through this method, the default value (
true
) will be used.
See Also