Click or drag to resize
FetchCommandOptions Properties

The FetchCommandOptions type exposes the following members.

Properties
  NameDescription
Public propertyBucket
The bucket
(Inherited from KvCommandOptions.)
Public propertyBucketType
The bucket type
(Inherited from KvCommandOptions.)
Public propertyIncludeContext
Set to false to not return context. Default (and recommended value) is true.
Public propertyKey
The key
(Inherited from KvCommandOptions.)
Public propertyNotFoundOK
If true, a not_found response from Riak is not an error.
Public propertyPR
The PR (primary vnode read) value to use.
Public propertyR
The R (read) value to use.
Public propertyTimeout
The timeout for this command.
(Inherited from CommandOptions.)
Public propertyUseBasicQuorum
Controls whether a read request should return early in some failure cases.
Top
See Also