Click or drag to resize
PreflistItem Constructor
Initializes a new instance of the PreflistItem class.

Namespace:  RiakClient.Commands.KV
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public PreflistItem(
	RiakString node,
	long id,
	bool primary
)

Parameters

node
Type: RiakClientRiakString
A RiakString representing the node owning the partition.
id
Type: SystemInt64
The partition ID.
primary
Type: SystemBoolean
Will be true if this is a primary node for the partition.
See Also