Share via


ApplicationMetricDescription.TotalApplicationCapacity Property

Definition

The total metric capacity for Service Fabric application. This is the total metric capacity for this application in the cluster. Service Fabric will try to limit the sum of loads of services within the application to this value. When creating a new application with application capacity defined, the product of MaximumNodes and MaximumCapacity must always be smaller than or equal to this value.

public long? TotalApplicationCapacity { get; set; }
member this.TotalApplicationCapacity : Nullable<int64> with get, set
Public Property TotalApplicationCapacity As Nullable(Of Long)

Property Value

Applies to