Share via


ApplicationMetricDescription.MaximumCapacity Property

Definition

The maximum node capacity for Service Fabric application. This is the maximum Load for an instance of this application on a single node. Even if the capacity of node is greater than this value, Service Fabric will limit the total load of services within the application on each node to this value. If set to zero, capacity for this metric is unlimited on each node. When creating a new application with application capacity defined, the product of MaximumNodes and this value must always be smaller than or equal to TotalApplicationCapacity. When updating existing application with application capacity, the product of MaximumNodes and this value must always be smaller than or equal to TotalApplicationCapacity.

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

Property Value

Applies to