Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApplicationHealthStateChunk

Package version

Represents the health state chunk of a application. The application health state chunk contains the application name, its aggregated health state and any children services and deployed applications that respect the filters in cluster health chunk query description.

Hierarchy

Index

Properties

Optional applicationName

applicationName: undefined | string

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

Optional applicationTypeName

applicationTypeName: undefined | string

The application type name as defined in the application manifest.

Optional deployedApplicationHealthStateChunks

deployedApplicationHealthStateChunks: DeployedApplicationHealthStateChunkList

The list of deployed application health state chunks in the cluster that respect the filters in the cluster health chunk query description.

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 serviceHealthStateChunks

serviceHealthStateChunks: ServiceHealthStateChunkList

The list of service health state chunks in the cluster that respect the filters in the cluster health chunk query description.

Generated using TypeDoc