Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class OuterRequestSpans.ManagerSpan.Collections

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

Fields

View Source

CreateCollection

Declaration
public const string CreateCollection = "manager_collections_create_collection"
Field Value
Type Description
string
View Source

CreateScope

Declaration
public const string CreateScope = "manager_collections_create_scope"
Field Value
Type Description
string
View Source

DropCollection

Declaration
public const string DropCollection = "manager_collections_drop_collection"
Field Value
Type Description
string
View Source

DropScope

Declaration
public const string DropScope = "manager_collections_drop_scope"
Field Value
Type Description
string
View Source

GetAllScopes

Declaration
public const string GetAllScopes = "manager_collections_get_all_scopes"
Field Value
Type Description
string
View Source

UpdateCollection

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