Click or drag to resize
RiakBucketPropertiesAllowMultiple Property
The option to allow sibling objects to be created (concurrent updates) when updating an object.

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

Property Value

Type: NullableBoolean
Remarks
Cannot be set to true while LastWriteWins is also set to true. Riak will default this property to true for buckets within a bucket type (other than the default one) in Riak 2.0+. Riak will default this property to false for buckets within the default bucket type in Riak 2.0+. Riak will default this property to false for all buckets in Riak 1.0. See http://docs.basho.com/riak/latest/dev/using/conflict-resolution/ for more information.
See Also