Click or drag to resize

MutationMacro Class

Server defined MutationMacro values to be expanded by the server.
Inheritance Hierarchy
SystemObject
  Couchbase.KeyValueMutationMacro

Namespace:  Couchbase.KeyValue
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public static class MutationMacro

The MutationMacro type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCas
The server will perform a CAS macro expansion.
Public propertyStatic memberSeqNo
The server will perform a SeqNo macro expansion.
Public propertyStatic memberValueCRC32c
The server will do a ValueCRC32c macro expansion.
Top
See Also