Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class MutationMacro

Server defined MutationMacro values to be expanded by the server.

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

Properties

View Source

Cas

The server will perform a CAS macro expansion.

Declaration
public static IMutationMacro Cas { get; }
Property Value
Type Description
IMutationMacro
View Source

SeqNo

The server will perform a SeqNo macro expansion.

Declaration
public static IMutationMacro SeqNo { get; }
Property Value
Type Description
IMutationMacro
View Source

ValueCRC32c

The server will do a ValueCRC32c macro expansion.

Declaration
public static IMutationMacro ValueCRC32c { get; }
Property Value
Type Description
IMutationMacro
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.