Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class OuterRequestSpans.ServiceSpan.Kv

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

    Fields

    | Edit this page View Source

    AddInsert

    Declaration
    public const string AddInsert = "insert"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Append

    Declaration
    public const string Append = "append"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Decrement

    Declaration
    public const string Decrement = "decrement"
    Field Value
    Type Description
    string
    | Edit this page View Source

    DeleteRemove

    Declaration
    public const string DeleteRemove = "remove"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Get

    Declaration
    public const string Get = "get"
    Field Value
    Type Description
    string
    | Edit this page View Source

    GetAllReplicas

    Declaration
    public const string GetAllReplicas = "get_all_replicas"
    Field Value
    Type Description
    string
    | Edit this page View Source

    GetAndLock

    Declaration
    public const string GetAndLock = "get_and_lock"
    Field Value
    Type Description
    string
    | Edit this page View Source

    GetAndTouch

    Declaration
    public const string GetAndTouch = "get_and_touch"
    Field Value
    Type Description
    string
    | Edit this page View Source

    GetAnyReplica

    Declaration
    public const string GetAnyReplica = "get_any_replica"
    Field Value
    Type Description
    string
    | Edit this page View Source

    GetMetaExists

    Declaration
    public const string GetMetaExists = "exists"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Increment

    Declaration
    public const string Increment = "increment"
    Field Value
    Type Description
    string
    | Edit this page View Source

    LookupIn

    Declaration
    public const string LookupIn = "lookup_in"
    Field Value
    Type Description
    string
    | Edit this page View Source

    LookupInAllReplicas

    Declaration
    public const string LookupInAllReplicas = "lookup_in_all_replicas"
    Field Value
    Type Description
    string
    | Edit this page View Source

    LookupInAnyReplica

    Declaration
    public const string LookupInAnyReplica = "lookup_in_any_replica"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Management

    Declaration
    public const string Management = "management"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MutateIn

    Declaration
    public const string MutateIn = "mutate_in"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Name

    Declaration
    public const string Name = "kv"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Observe

    Declaration
    public const string Observe = "observe"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Ping

    Declaration
    public const string Ping = "ping"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Prepend

    Declaration
    public const string Prepend = "prepend"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Replace

    Declaration
    public const string Replace = "replace"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ReplicaRead

    Declaration
    public const string ReplicaRead = "get_replica"
    Field Value
    Type Description
    string
    | Edit this page View Source

    SetUpsert

    Declaration
    public const string SetUpsert = "upsert"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Touch

    Declaration
    public const string Touch = "touch"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Unlock

    Declaration
    public const string Unlock = "unlock"
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.