Click or drag to resize
UpdateCommandOptions Properties

The UpdateCommandOptions type exposes the following members.

Properties
  NameDescription
Public propertyBucket
The bucket
(Inherited from KvCommandOptions.)
Public propertyBucketType
The bucket type
(Inherited from KvCommandOptions.)
Public propertyContext
The context from a previous fetch. Required for remove operations.
Public propertyDW
The DW (durable write) value to use.
Public propertyHasRemoves
Returns to true if this command has removals.
Public propertyIncludeContext
Set to false to not return context. Default (and recommended value) is true.
Public propertyKey
The key
(Inherited from KvCommandOptions.)
Public propertyPW
The PW (primary vnode write) value to use.
Public propertyReturnBody
If true, returns the updated CRDT.
Public propertyTimeout
The timeout for this command.
(Inherited from CommandOptions.)
Public propertyW
The W (write) value to use.
Top
See Also