Share via


LoadMetricInformation.ClusterRemainingCapacity Property

Definition

Gets remaining capacity for the metric in the cluster. Remaining capacity is defined as the current Cluster Capacity minus the current Cluster Load.

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

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

Property Value

The remaining capacity for the metric in the cluster.

Applies to