RiakPutOptionsReturnBody Property |
After an update, return the body along with the metadata when set to true.
Default is false.
Namespace:
RiakClient.Models
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public bool ReturnBody { get; set; }
member ReturnBody : bool with get, set
Property Value
Type:
BooleanRemarks
Note that when set to true, Riak will also return all siblings.
See Also