Class ServiceIdentifier
Inheritance
ServiceIdentifier
Assembly: Couchbase.NetClient.dll
Syntax
public static class ServiceIdentifier
Fields
|
Edit this page
View Source
Analytics
Declaration
public const string Analytics = "analytics"
Field Value
|
Edit this page
View Source
CoreServices
Declaration
public static readonly ISet<string> CoreServices
Field Value
|
Edit this page
View Source
Data
The data or "K/V" service.
Declaration
public const string Data = "kv"
Field Value
|
Edit this page
View Source
Management
The management service (“ns_server” / 8091)
Declaration
public const string Management = "management"
Field Value
|
Edit this page
View Source
Query
The query or "N1QL" service.
Declaration
public const string Query = "query"
Field Value
|
Edit this page
View Source
Search
The search or "FTS" service.
Declaration
public const string Search = "search"
Field Value
|
Edit this page
View Source
Views
Declaration
public const string Views = "views"
Field Value