UpdateSetOptions Class |
Namespace: RiakClient.Commands.CRDT
The UpdateSetOptions type exposes the following members.
Name | Description | |
---|---|---|
UpdateSetOptions |
Initializes a new instance of the UpdateSetOptions class.
|
Name | Description | |
---|---|---|
Additions |
The UpdateSet additions.
| |
AdditionsAsStrings |
The UpdateSet additions, as UTF8-encoded strings.
| |
Bucket |
The bucket
(Inherited from KvCommandOptions.) | |
BucketType |
The bucket type
(Inherited from KvCommandOptions.) | |
Context |
The context from a previous fetch. Required for remove operations.
(Inherited from UpdateCommandOptions.) | |
DW |
The DW (durable write) value to use.
(Inherited from UpdateCommandOptions.) | |
HasRemoves |
Returns to true if this command has removals.
(Inherited from UpdateCommandOptions.) | |
IncludeContext |
Set to false to not return context. Default (and recommended value) is true.
(Inherited from UpdateCommandOptions.) | |
Key |
The key
(Inherited from KvCommandOptions.) | |
PW |
The PW (primary vnode write) value to use.
(Inherited from UpdateCommandOptions.) | |
Removals |
The UpdateSet removals.
| |
RemovalsAsStrings |
The UpdateSet removals, as UTF8-encoded strings.
| |
ReturnBody |
If true, returns the updated CRDT.
(Inherited from UpdateCommandOptions.) | |
Timeout |
The timeout for this command.
(Inherited from CommandOptions.) | |
W |
The W (write) value to use.
(Inherited from UpdateCommandOptions.) |
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from KvCommandOptions.) | |
Equals(CommandOptions) | (Inherited from CommandOptions.) | |
Equals(KvCommandOptions) | (Inherited from KvCommandOptions.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | (Inherited from UpdateCommandOptions.) | |
GetHasRemoves | (Overrides UpdateCommandOptionsGetHasRemoves.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
commandTimeout | (Inherited from CommandOptions.) |