ApplicationCapacityDescription
Describes capacity information for services of this application. This description can be used for describing the following.
- Reserving the capacity for the services on the nodes
- Limiting the total number of nodes that services of this application can run on
- Limiting the custom capacity metrics to limit the total consumption of this metric by the services of this application
Properties
Name | Type | Required |
---|---|---|
MinimumNodes |
integer (int64) | No |
MaximumNodes |
integer (int64) | No |
ApplicationMetrics |
array of ApplicationMetricDescription | No |
MinimumNodes
Type: integer (int64)
Required: No
InclusiveMinimum: 0
The minimum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. If this property is set to zero, no capacity will be reserved. The value of this property cannot be more than the value of the MaximumNodes property.
MaximumNodes
Type: integer (int64)
Required: No
Default: 0
InclusiveMinimum: 0
The maximum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. By default, the value of this property is zero and it means that the services can be placed on any node.
ApplicationMetrics
Type: array of ApplicationMetricDescription
Required: No
List of application capacity metric description.