UpdateCommandOptions Class |
Namespace: RiakClient.Commands.CRDT
The UpdateCommandOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | UpdateCommandOptions |
Initializes a new instance of the UpdateCommandOptions class.
|
Name | Description | |
---|---|---|
![]() | Bucket |
The bucket
(Inherited from KvCommandOptions.) |
![]() | BucketType |
The bucket type
(Inherited from KvCommandOptions.) |
![]() | Context |
The context from a previous fetch. Required for remove operations.
|
![]() | DW |
The DW (durable write) value to use.
|
![]() | HasRemoves |
Returns to true if this command has removals.
|
![]() | IncludeContext |
Set to false to not return context. Default (and recommended value) is true.
|
![]() | Key |
The key
(Inherited from KvCommandOptions.) |
![]() | PW |
The PW (primary vnode write) value to use.
|
![]() | ReturnBody |
If true, returns the updated CRDT.
|
![]() | Timeout |
The timeout for this command.
(Inherited from CommandOptions.) |
![]() | W |
The W (write) value to use.
|
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 | (Overrides KvCommandOptionsGetHashCode.) |
![]() | GetHasRemoves | |
![]() | 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.) |