Click or drag to resize
UpdateSetOptions Properties

The UpdateSetOptions type exposes the following members.

Properties
  NameDescription
Public propertyAdditions
The UpdateSet additions.
Public propertyAdditionsAsStrings
The UpdateSet additions, as UTF8-encoded strings.
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.
(Inherited from UpdateCommandOptions.)
Public propertyDW
The DW (durable write) value to use.
(Inherited from UpdateCommandOptions.)
Public propertyHasRemoves
Returns to true if this command has removals.
(Inherited from UpdateCommandOptions.)
Public propertyIncludeContext
Set to false to not return context. Default (and recommended value) is true.
(Inherited from UpdateCommandOptions.)
Public propertyKey
The key
(Inherited from KvCommandOptions.)
Public propertyPW
The PW (primary vnode write) value to use.
(Inherited from UpdateCommandOptions.)
Public propertyRemovals
The UpdateSet removals.
Public propertyRemovalsAsStrings
The UpdateSet removals, as UTF8-encoded strings.
Public propertyReturnBody
If true, returns the updated CRDT.
(Inherited from UpdateCommandOptions.)
Public propertyTimeout
The timeout for this command.
(Inherited from CommandOptions.)
Public propertyW
The W (write) value to use.
(Inherited from UpdateCommandOptions.)
Top
See Also