Click or drag to resize
IRiakClusterConfiguration Properties

The IRiakClusterConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyAuthentication
A IRiakAuthenticationConfiguration configuration that details any authentication information.
Public propertyDefaultRetryCount
The max number of retry attempts to make when the client encounters ResultCode.NoConnections or ResultCode.CommunicationError errors.
Public propertyDefaultRetryWaitTime
The period of time to wait inbetween operation retries.
Public propertyNodePollTime
The period of time to poll nodes for health/liveness checks.
Public propertyRiakNodes
A collection of IRiakNodeConfiguration configurations detailing the Riak nodes that can be connected to.
Public propertyUseTtbEncoding
Use term-to-binary encoding for messages that support it.
Top
See Also