FetchCommandOptions Class |
Namespace: RiakClient.Commands.CRDT
The FetchCommandOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | FetchCommandOptions |
Initializes a new instance of the FetchCommandOptions class.
|
Name | Description | |
---|---|---|
![]() | Bucket |
The bucket
(Inherited from KvCommandOptions.) |
![]() | BucketType |
The bucket type
(Inherited from KvCommandOptions.) |
![]() | IncludeContext |
Set to false to not return context. Default (and recommended value) is true.
|
![]() | Key |
The key
(Inherited from KvCommandOptions.) |
![]() | NotFoundOK |
If true, a not_found response from Riak is not an error.
|
![]() | PR |
The PR (primary vnode read) value to use.
|
![]() | R |
The R (read) value to use.
|
![]() | Timeout |
The timeout for this command.
(Inherited from CommandOptions.) |
![]() | UseBasicQuorum |
Controls whether a read request should return early in some failure cases.
|
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.) |
![]() | 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.) |