ConsistentRingOptions.NumVirtualBucketsConsistentRing Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the number of registrations a silo maintains in a consistent hash ring. This affects the probabilistic balancing of resource allocations across the cluster. More virtual buckets increase the probability of evenly balancing while minimally increasing management cost.
public int NumVirtualBucketsConsistentRing { get; set; }
member this.NumVirtualBucketsConsistentRing : int with get, set
Public Property NumVirtualBucketsConsistentRing As Integer