Click or drag to resize
FetchMapOptions Properties

The FetchMapOptions 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.
(Inherited from FetchCommandOptions.)
Public propertyKey
The key
(Inherited from KvCommandOptions.)
Public propertyNotFoundOK
If true, a not_found response from Riak is not an error.
(Inherited from FetchCommandOptions.)
Public propertyPR
The PR (primary vnode read) value to use.
(Inherited from FetchCommandOptions.)
Public propertyR
The R (read) value to use.
(Inherited from FetchCommandOptions.)
Public propertyTimeout
The timeout for this command.
(Inherited from CommandOptions.)
Public propertyUseBasicQuorum
Controls whether a read request should return early in some failure cases.
(Inherited from FetchCommandOptions.)
Top
See Also