ApplicationMetricDescription.NodeReservationCapacity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the node reservation capacity for Service Fabric application.
public long NodeReservationCapacity { get; set; }
member this.NodeReservationCapacity : int64 with get, set
Public Property NodeReservationCapacity As Long
Property Value
Specifies the amount of Metric 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 (ApplicationDescription) or when updating application capacity ((ApplicationUpdateDescription) this value must be smaller than or equal to MaximumNodeCapacity for each metric.
Applies to
Azure SDK for .NET