RiakBucketPropertiesNVal Property |
The number of replicas to create when storing data.
Namespace:
RiakClient.Models
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public NVal NVal { get; }
member NVal : NVal with get
Property Value
Type:
NValRemarks
Riak will default this property to an NVal equivalent of 3.
See http://docs.basho.com/riak/latest/theory/concepts/Replication/ for more information.
See Also