Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeployedApplicationInfo

Package version

Information about application deployed on the node.

Hierarchy

  • DeployedApplicationInfo

Index

Properties

Optional healthState

healthState: HealthState

The health state of a Service Fabric entity such as Cluster, Node, Application, Service, Partition, Replica etc. Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'

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 logDirectory

logDirectory: undefined | string

The log directory of the application on the node. The log directory can be used to store application logs.

Optional name

name: undefined | string

The name of the application, including the 'fabric:' URI scheme.

Optional status

The status of the application deployed on the node. Following are the possible values. Possible values include: 'Invalid', 'Downloading', 'Activating', 'Active', 'Upgrading', 'Deactivating'

Optional tempDirectory

tempDirectory: undefined | string

The temp directory of the application on the node. The code packages belonging to the application are forked with this directory set as their temporary directory.

Optional typeName

typeName: undefined | string

The application type name as defined in the application manifest.

Optional workDirectory

workDirectory: undefined | string

The work directory of the application on the node. The work directory can be used to store application data.

Generated using TypeDoc