Share via


ApplicationMetricDescription.TotalApplicationCapacity Property

Definition

Gets or sets the total metric capacity for Service Fabric application.

public long TotalApplicationCapacity { get; set; }
member this.TotalApplicationCapacity : int64 with get, set
Public Property TotalApplicationCapacity As Long

Property Value

Specifies 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 MaximumNodeCapacity must always be smaller than or equal to this value.

When creating a new application with application capacity defined, the product of MaximumNodes and MaximumNodeCapacity must always be smaller than or equal to this value.

Applies to