NodeLoadMetricInformation.NodeRemainingBufferedCapacity Property

Definition

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.

public long NodeRemainingBufferedCapacity { get; }
member this.NodeRemainingBufferedCapacity : int64
Public ReadOnly Property NodeRemainingBufferedCapacity As Long

Property Value

The remaining capacity which is not reserved by NodeBufferPercentage for this metric on the node.

Applies to