IEndpointDiagnostics Interface |
[Missing <summary> documentation for "T:Couchbase.Diagnostics.IEndpointDiagnostics"]
Namespace: Couchbase.Diagnostics
public interface IEndpointDiagnostics
The IEndpointDiagnostics type exposes the following members.
| Name | Description | |
|---|---|---|
| Id |
Gets the report ID.
| |
| LastActivity |
Gets the last activity for the service endpoint express as microseconds.
| |
| Latency |
Gets the latency for service endpoint expressed as microseconds.
| |
| Local |
Gets the local endpoint address including port.
| |
| Remote |
Gets the remote endpoint address including port.
| |
| Scope |
Gets the scope for the service endpoint.
This could be the bucket name for KeyValue service endpoints.
| |
| State |
Gets the service state.
| |
| Type |
Gets the service type.
|