Share via


NodeLoadMetricInformation Class

Definition

Represents data structure that contains load information for a certain metric on a node.

public sealed class NodeLoadMetricInformation
type NodeLoadMetricInformation = class
Public NotInheritable Class NodeLoadMetricInformation
Inheritance
NodeLoadMetricInformation

Constructors

NodeLoadMetricInformation()

Initializes a new instance of the NodeLoadMetricInformation class.

Properties

BufferedNodeCapacityRemaining

Gets a value that indicates the remaining capacity which is not reserved by NodeBufferPercentage.

CurrentNodeLoad

>Gets the current load on the node for a metric.

IsCapacityViolation

Gets a value that indicates whether there is a capacity violation for the metric on the given node.

Name

Gets the name of the metric.

NodeBufferedCapacity

Gets a value that indicates the capacity which is not reserved by NodeBufferPercentage.

NodeCapacity

Gets the total capacity on the node for the metric.

NodeCapacityRemaining

Gets the remaining capacity on the node for the metric.

NodeLoad

Gets the current load on the node for a metric.

In future releases of Service Fabric this parameter will be deprecated in favor of CurrentNodeLoad.

NodeRemainingBufferedCapacity

Gets a value that indicates the remaining capacity which is not reserved by NodeBufferPercentage.

In future releases of Service Fabric this parameter will be deprecated in favor of BufferedNodeCapacityRemaining.

NodeRemainingCapacity

Gets the remaining capacity on the node for the metric.

In future releases of Service Fabric this parameter will be deprecated in favor of NodeCapacityRemaining.

PlannedNodeLoadRemoval

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

Applies to