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 public MonitorReportingOptions SetMonitorReportingEnabled(
bool monitorReportingEnabled
)
Parameters
- monitorReportingEnabled
- Type: SystemBoolean
Flag that controls whether monitor reporting is enabled or disabled.
Return Value
Type:
MonitorReportingOptionsThis MonitorReportingOptions instance.
Remarks If not set through this method, the default value (
) will be used.
See Also