Click or drag to resize
RiakDeleteOptionsVclock Property
The Vclock of the version that is being deleted. Use this to prevent deleting objects that have been modified since the last get request.

Namespace:  RiakClient.Models
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public byte[] Vclock { get; set; }

Property Value

Type: Byte
The vclock.
Remarks
Review the information at http://wiki.basho.com/Vector-Clocks.html for additional information on how vector clocks are used in Riak.
See Also