Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class ServiceIdentifier

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

Fields

View Source

Analytics

The analytics service.

Declaration
public const string Analytics = "analytics"
Field Value
Type Description
string
View Source

CoreServices

Declaration
public static readonly ISet<string> CoreServices
Field Value
Type Description
ISet<string>
View Source

Data

The data or "K/V" service.

Declaration
public const string Data = "kv"
Field Value
Type Description
string
View Source

Management

The management service (“ns_server” / 8091)

Declaration
public const string Management = "management"
Field Value
Type Description
string
View Source

Query

The query or "N1QL" service.

Declaration
public const string Query = "query"
Field Value
Type Description
string
View Source

Search

The search or "FTS" service.

Declaration
public const string Search = "search"
Field Value
Type Description
string
View Source

Views

The views service.

Declaration
public const string Views = "views"
Field Value
Type Description
string
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.