Click or drag to resize
IRiakClusterConfigurationRiakNodes 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
IEnumerable<IRiakNodeConfiguration> RiakNodes { get; }

Property Value

Type: IEnumerableIRiakNodeConfiguration
See Also