Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Enum EndpointState

    State of the connection to the endpoint.

    Namespace: Couchbase.Diagnostics
    Assembly: Couchbase.NetClient.dll
    Syntax
    [JsonConverter(typeof(CamelCaseStringEnumConverter<EndpointState>))]
    public enum EndpointState

    Fields

    Name Description
    Connected

    Connected and ready.

    Connecting

    Currently connecting - including auth, etc.

    Disconnected

    The endpoint socket is not reachable.

    Disconnecting

    Disconnected after being connected.

    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.