Share via


ApplicationMetricDescription.ReservationCapacity Property

Definition

The node reservation capacity for Service Fabric application. This is the amount of load which is reserved on nodes which have instances of this application. If MinimumNodes is specified, then the product of these values will be the capacity reserved in the cluster for the application. If set to zero, no capacity is reserved for this metric. When setting application capacity or when updating application capacity; this value must be smaller than or equal to MaximumCapacity for each metric.

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

Property Value

Applies to