Click or drag to resize
UpdateHllOptions Properties

The UpdateHllOptions type exposes the following members.

Properties
  NameDescription
Public propertyAdditions
The UpdateHll additions.
Public propertyAdditionsAsStrings
The UpdateHll 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 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