Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class MutationMacro

    Server defined MutationMacro values to be expanded by the server.

    Inheritance
    object
    MutationMacro
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.KeyValue
    Assembly: Couchbase.NetClient.dll
    Syntax
    public static class MutationMacro

    Properties

    | Edit this page View Source

    Cas

    The server will perform a CAS macro expansion.

    Declaration
    public static IMutationMacro Cas { get; }
    Property Value
    Type Description
    IMutationMacro
    | Edit this page View Source

    SeqNo

    The server will perform a SeqNo macro expansion.

    Declaration
    public static IMutationMacro SeqNo { get; }
    Property Value
    Type Description
    IMutationMacro
    | Edit this page View Source

    ValueCRC32c

    The server will do a ValueCRC32c macro expansion.

    Declaration
    public static IMutationMacro ValueCRC32c { get; }
    Property Value
    Type Description
    IMutationMacro
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.