Click or drag to resize
RiakDtFetchOptionsNVal Property
The number of replicas to read when fetching data.

Namespace:  RiakClient.Models
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public NVal NVal { get; }

Property Value

Type: NVal
Remarks
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