Click or drag to resize

ClusterDiagnosticsAsync Method

Creates diagnostic report that can be used to determine the healthfulness of the cluster. It does not proactively perform any I/O against the network.

Namespace:  Couchbase
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public Task<IDiagnosticsReport> DiagnosticsAsync(
	DiagnosticsOptions options = null
)

Parameters

options (Optional)
Type: Couchbase.DiagnosticsDiagnosticsOptions
Optional arguments.

Return Value

Type: TaskIDiagnosticsReport

[Missing <returns> documentation for "M:Couchbase.Cluster.DiagnosticsAsync(Couchbase.Diagnostics.DiagnosticsOptions)"]

Implements

IClusterDiagnosticsAsync(DiagnosticsOptions)
See Also