Class MutationMacro
Server defined MutationMacro values to be expanded by the server.
Inherited Members
Namespace: Couchbase.KeyValue
Assembly: Couchbase.NetClient.dll
Syntax
public static class MutationMacro
Properties
| Edit this page View SourceCas
The server will perform a CAS macro expansion.
Declaration
public static IMutationMacro Cas { get; }
Property Value
Type | Description |
---|---|
IMutationMacro |
SeqNo
The server will perform a SeqNo macro expansion.
Declaration
public static IMutationMacro SeqNo { get; }
Property Value
Type | Description |
---|---|
IMutationMacro |
ValueCRC32c
The server will do a ValueCRC32c macro expansion.
Declaration
public static IMutationMacro ValueCRC32c { get; }
Property Value
Type | Description |
---|---|
IMutationMacro |