LoadMetricInformation.PlannedLoadRemoval 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 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
Azure SDK for .NET