Share via


LoadMetricInformation.PlannedLoadRemoval Property

Definition

Gets the total load of the replicas that are planned to be removed in the future within the cluster.

public double PlannedLoadRemoval { get; }
member this.PlannedLoadRemoval : double
Public ReadOnly Property PlannedLoadRemoval As Double

Property Value

This value represents the load of the replicas that are planned to be removed in the future. There are two cases where "PlannedLoadRemoval" kind of load will be reported: 1) Replicas that are currently being moving to other nodes 2) Replicas that are currently being dropped but still use the load on the source node

Applies to