Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class ServiceIdentifier

    Inheritance
    object
    ServiceIdentifier
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Core.Diagnostics.Tracing
    Assembly: Couchbase.NetClient.dll
    Syntax
    public static class ServiceIdentifier

    Fields

    | Edit this page View Source

    Analytics

    The analytics service.

    Declaration
    public const string Analytics = "analytics"
    Field Value
    Type Description
    string
    | Edit this page View Source

    CoreServices

    Declaration
    public static readonly ISet<string> CoreServices
    Field Value
    Type Description
    ISet<string>
    | Edit this page View Source

    Data

    The data or "K/V" service.

    Declaration
    public const string Data = "kv"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Management

    The management service (“ns_server” / 8091)

    Declaration
    public const string Management = "management"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Query

    The query or "N1QL" service.

    Declaration
    public const string Query = "query"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Search

    The search or "FTS" service.

    Declaration
    public const string Search = "search"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Views

    The views service.

    Declaration
    public const string Views = "views"
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.