Click or drag to resize
RiakPutOptions Properties

The RiakPutOptions type exposes the following members.

Properties
  NameDescription
Public propertyDw
Durable writes - the number of replicas that must commit to durable storage before returning a successful response.
(Inherited from RiakOptionsT.)
Public propertyIfNoneMatch
Store the value only if there is no object already present with the same RiakObjectId.
Public propertyIfNotModified
Update the value only if the local vclock matches the server vclock.
Public propertyPr
Primary Read Quorum - the number of replicas that need to be available when retrieving the object.
(Inherited from RiakOptionsT.)
Public propertyPw
Primary Write Quorum - the number of replicas need to be available when the write is attempted.
(Inherited from RiakOptionsT.)
Public propertyR
The number of replicas that must return before a delete is considered a succes.
(Inherited from RiakOptionsT.)
Public propertyReturnBody
After an update, return the body along with the metadata when set to true. Default is false.
Public propertyReturnHead
Return the metadata only. When set to true, Riak will only return the updated object's metadata, and omit its body.
Public propertyRw
The number of replicas that need to agree when retrieving the object.
(Inherited from RiakOptionsT.)
Public propertyTimeout
The Timeout period for an operation.
(Inherited from RiakOptionsT.)
Public propertyW
The number of replicas that must respond before a write is considered a success.
(Inherited from RiakOptionsT.)
Top
See Also