RiakGetOptionsHead Property |
Return only the object metadata, analogous to an HTTP HEAD request.
When set to true, Riak will return the object minus its value.
Namespace:
RiakClient.Models
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public Nullable<bool> Head { get; set; }
member Head : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanRemarks
This allows you to get the metadata without a potentially large value.
See Also