couchbase
    Preparing search index...

    Class PingEndpoint

    PingEndpoint represents a single endpoint in a ping result.

    Index

    Properties

    bucket?: string

    The bucket this endpoint is connected to.

    error?: any

    Information about errors that occured during pinging.

    id: string

    The unique identifier for this endpoint.

    latency: number

    The latency of the ping to the endpoint.

    local: string

    The local address of this endpoint.

    remote: string

    The remote address of this endpoint.

    state: PingState

    The current state of this endpoint.

    The type of service this endpoint refers to.