Namespace:
RiakClient.Commands.KV
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public PreflistItem(
RiakString node,
long id,
bool primary
)
new :
node : RiakString *
id : int64 *
primary : bool -> PreflistItem
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