Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class OuterRequestSpans.ServiceSpan.Kv

Inheritance
object
OuterRequestSpans.ServiceSpan.Kv
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.ServiceSpan.Kv

Fields

View Source

AddInsert

Declaration
public const string AddInsert = "insert"
Field Value
Type Description
string
View Source

Append

Declaration
public const string Append = "append"
Field Value
Type Description
string
View Source

Decrement

Declaration
public const string Decrement = "decrement"
Field Value
Type Description
string
View Source

DeleteRemove

Declaration
public const string DeleteRemove = "remove"
Field Value
Type Description
string
View Source

Get

Declaration
public const string Get = "get"
Field Value
Type Description
string
View Source

GetAllReplicas

Declaration
public const string GetAllReplicas = "get_all_replicas"
Field Value
Type Description
string
View Source

GetAndLock

Declaration
public const string GetAndLock = "get_and_lock"
Field Value
Type Description
string
View Source

GetAndTouch

Declaration
public const string GetAndTouch = "get_and_touch"
Field Value
Type Description
string
View Source

GetAnyReplica

Declaration
public const string GetAnyReplica = "get_any_replica"
Field Value
Type Description
string
View Source

GetMetaExists

Declaration
public const string GetMetaExists = "exists"
Field Value
Type Description
string
View Source

Increment

Declaration
public const string Increment = "increment"
Field Value
Type Description
string
View Source

LookupIn

Declaration
public const string LookupIn = "lookup_in"
Field Value
Type Description
string
View Source

LookupInAllReplicas

Declaration
public const string LookupInAllReplicas = "lookup_in_all_replicas"
Field Value
Type Description
string
View Source

LookupInAnyReplica

Declaration
public const string LookupInAnyReplica = "lookup_in_any_replica"
Field Value
Type Description
string
View Source

Management

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

MutateIn

Declaration
public const string MutateIn = "mutate_in"
Field Value
Type Description
string
View Source

Name

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

Observe

Declaration
public const string Observe = "observe"
Field Value
Type Description
string
View Source

Ping

Declaration
public const string Ping = "ping"
Field Value
Type Description
string
View Source

Prepend

Declaration
public const string Prepend = "prepend"
Field Value
Type Description
string
View Source

Replace

Declaration
public const string Replace = "replace"
Field Value
Type Description
string
View Source

ReplicaRead

Declaration
public const string ReplicaRead = "get_replica"
Field Value
Type Description
string
View Source

SetUpsert

Declaration
public const string SetUpsert = "upsert"
Field Value
Type Description
string
View Source

Touch

Declaration
public const string Touch = "touch"
Field Value
Type Description
string
View Source

Unlock

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