Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class OuterRequestSpans.ManagerSpan.Query

Inheritance
object
OuterRequestSpans.ManagerSpan.Query
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 OuterRequestSpans.ManagerSpan.Query

Fields

View Source

BuildDeferredIndexes

Declaration
public const string BuildDeferredIndexes = "manager_query_build_deferred_indexes"
Field Value
Type Description
string
View Source

BuildDeferredQueryIndex

Declaration
public const string BuildDeferredQueryIndex = "manager_query_build_deferred_indexes"
Field Value
Type Description
string
View Source

CreateIndex

Declaration
public const string CreateIndex = "manager_query_create_index"
Field Value
Type Description
string
View Source

CreatePrimaryIndex

Declaration
public const string CreatePrimaryIndex = "manager_query_create_primary_index"
Field Value
Type Description
string
View Source

CreatePrimaryQueryIndex

Declaration
public const string CreatePrimaryQueryIndex = "manager_query_create_primary_index"
Field Value
Type Description
string
View Source

CreateQueryIndex

Declaration
public const string CreateQueryIndex = "manager_query_create_index"
Field Value
Type Description
string
View Source

DropIndex

Declaration
public const string DropIndex = "manager_query_drop_index"
Field Value
Type Description
string
View Source

DropPrimaryIndex

Declaration
public const string DropPrimaryIndex = "manager_query_drop_primary_index"
Field Value
Type Description
string
View Source

DropPrimaryQueryIndex

Declaration
public const string DropPrimaryQueryIndex = "manager_query_drop_primary_index"
Field Value
Type Description
string
View Source

DropQueryIndex

Declaration
public const string DropQueryIndex = "manager_query_drop_index"
Field Value
Type Description
string
View Source

GetAllIndexes

Declaration
public const string GetAllIndexes = "manager_query_get_all_indexes"
Field Value
Type Description
string
View Source

GetAllQueryIndexes

Declaration
public const string GetAllQueryIndexes = "manager_query_get_all_indexes"
Field Value
Type Description
string
View Source

WatchIndexes

Declaration
public const string WatchIndexes = "manager_query_watch_indexes"
Field Value
Type Description
string
View Source

WatchQueryIndex

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