Share via


NodeLoadMetricInformation.PlannedNodeLoadRemoval Property

Definition

Gets the load of the replicas on the node that are planned to be removed in the future.

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

Property Value

This value represents the load of the replicas on the node that are planned to be removed in the future. There are two cases where "PlannedNodeLoadRemoval" 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