 | IClusterDiagnosticsAsync 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
SyntaxTask<IDiagnosticsReport> DiagnosticsAsync(
DiagnosticsOptions options = null
)
Parameters
- options (Optional)
- Type: Couchbase.DiagnosticsDiagnosticsOptions
Optional arguments.
Return Value
Type:
TaskIDiagnosticsReport[Missing <returns> documentation for "M:Couchbase.ICluster.DiagnosticsAsync(Couchbase.Diagnostics.DiagnosticsOptions)"]
See Also