Click or drag to resize
RiakBucketPropertiesLastWriteWins Property
The option to ignore object history (vector clock) when updating an object.

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

Property Value

Type: NullableBoolean
Remarks
Cannot be set to true while AllowMultiple is also set to true. Riak will default this property to false. See http://docs.basho.com/riak/latest/dev/using/conflict-resolution/ for more information.
See Also