Click or drag to resize
RiakClusterConfigurationNodes Property
A collection of IRiakNodeConfiguration configurations detailing the Riak nodes that can be connected to.

Namespace:  RiakClient.Config
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public RiakNodeConfigurationCollection Nodes { get; set; }

Property Value

Type: RiakNodeConfigurationCollection
See Also