Click or drag to resize

IEndpointDiagnostics Interface

[Missing <summary> documentation for "T:Couchbase.Diagnostics.IEndpointDiagnostics"]

Namespace:  Couchbase.Diagnostics
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public interface IEndpointDiagnostics

The IEndpointDiagnostics type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets the report ID.
Public propertyLastActivity
Gets the last activity for the service endpoint express as microseconds.
Public propertyLatency
Gets the latency for service endpoint expressed as microseconds.
Public propertyLocal
Gets the local endpoint address including port.
Public propertyRemote
Gets the remote endpoint address including port.
Public propertyScope
Gets the scope for the service endpoint. This could be the bucket name for KeyValue service endpoints.
Public propertyState
Gets the service state.
Public propertyType
Gets the service type.
Top
See Also