Click or drag to resize

PoliciesDefaultLoadBalancingPolicy Property

DEPRECATED: Use NewDefaultLoadBalancingPolicy(String) instead. Providing the local datacenter will be mandatory in the next major version of the driver.

The default load balancing policy.

The default load balancing policy is DefaultLoadBalancingPolicy as a wrapper around TokenAwarePolicy with DCAwareRoundRobinPolicy as child policy.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public static ILoadBalancingPolicy DefaultLoadBalancingPolicy { get; }

Property Value

Type: ILoadBalancingPolicy
See Also