Interface IDiagnosticsReport
Namespace: Couchbase.Diagnostics
Assembly: Couchbase.NetClient.dll
Syntax
public interface IDiagnosticsReport
Properties
| Edit this page View SourceId
Gets the report identifier.
Declaration
[JsonPropertyName("id")]
string Id { get; }
Property Value
Type | Description |
---|---|
string |
Sdk
Gets the SDK identifier.
Declaration
[JsonPropertyName("sdk")]
string Sdk { get; }
Property Value
Type | Description |
---|---|
string |
Services
Gets the services endpoints.
Declaration
[JsonPropertyName("services")]
IDictionary<string, IEnumerable<IEndpointDiagnostics>> Services { get; }
Property Value
Type | Description |
---|---|
IDictionary<string, IEnumerable<IEndpointDiagnostics>> |
Version
Gets the Diagnostics Report version.
Declaration
[JsonPropertyName("version")]
short Version { get; }
Property Value
Type | Description |
---|---|
short |