Click or drag to resize
RiakPutOptionsReturnHead Property
Return the metadata only. When set to true, Riak will only return the updated object's metadata, and omit its body.

Namespace:  RiakClient.Models
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public bool ReturnHead { get; set; }

Property Value

Type: Boolean
Remarks
This allows you to get the updated metadata back without also returning a potentially large value.
See Also