Click or drag to resize
RiakNodeConfigurationExternalLoadBalancer Property
If True, this node (pointing to a load balancer) will not be marked offline and requests will always be routed to it. If False (default) and this node is offline, it will be removed from the pool until health check determines it is healthy again.

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

Property Value

Type: Boolean

Implements

IRiakNodeConfigurationExternalLoadBalancer
Remarks
Defaults to False if omitted from the configuration file.
See Also