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; }
member LastWriteWins : Nullable<bool> with get
Property Value
Type:
NullableBooleanRemarks
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