Interface IDiagnosticsReport
Namespace: Couchbase.Diagnostics
Assembly: Couchbase.NetClient.dll
Syntax
public interface IDiagnosticsReport
Properties
| Improve this Doc View SourceId
Gets the report identifier.
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
Sdk
Gets the SDK identifier.
Declaration
string Sdk { get; }
Property Value
Type | Description |
---|---|
System.String |
Services
Gets the services endpoints.
Declaration
IDictionary<string, IEnumerable<IEndpointDiagnostics>> Services { get; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, IEnumerable<IEndpointDiagnostics>> |
Version
Gets the Diagnostics Report version.
Declaration
short Version { get; }
Property Value
Type | Description |
---|---|
System.Int16 |