Click or drag to resize
RiakGetOptionsDeletedVclock Property
By default single tombstones are not returned by a fetch operations. When set to true, this will return a Tombstone if it is present.

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

Property Value

Type: NullableBoolean
Remarks
This property is not typically modified.
See Also