Click or drag to resize

DseClusterBuilderWithMonitorReporting Method

Configures options related to Monitor Reporting for the new cluster. By default, Monitor Reporting is enabled.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public DseClusterBuilder WithMonitorReporting(
	bool enabled
)

Parameters

enabled
Type: SystemBoolean

Return Value

Type: DseClusterBuilder
This Builder.
See Also