Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApplicationLoadInfo

Package version

Load Information about a Service Fabric application.

Hierarchy

  • ApplicationLoadInfo

Index

Properties

Optional applicationLoadMetricInformation

applicationLoadMetricInformation: ApplicationMetricDescription[]

List of application capacity metric description.

Optional id

id: undefined | string

The identity of the application. This is an encoded representation of the application name. This is used in the REST APIs to identify the application resource. Starting in version 6.0, hierarchical names are delimited with the "~" character. For example, if the application name is "fabric:/myapp/app1", the application identity would be "myapp~app1" in 6.0+ and "myapp/app1" in previous versions.

Optional maximumNodes

maximumNodes: undefined | number

The maximum number of nodes where this application can be instantiated. It is the number of nodes this application is allowed to span. For applications that do not have application capacity defined this value will be zero.

Optional minimumNodes

minimumNodes: undefined | number

The minimum number of nodes for this application. It is the number of nodes where Service Fabric will reserve Capacity in the cluster which equals to ReservedLoad * MinimumNodes for this Application instance. For applications that do not have application capacity defined this value will be zero.

Optional nodeCount

nodeCount: undefined | number

The number of nodes on which this application is instantiated. For applications that do not have application capacity defined this value will be zero.

Generated using TypeDoc