Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceFabricClientGetDeployedApplicationInfoOptionalParams

Package version

Optional Parameters.

Hierarchy

  • any
    • ServiceFabricClientGetDeployedApplicationInfoOptionalParams

Index

Properties

Optional includeHealthState

includeHealthState: undefined | false | true

Include the health state of an entity. If this parameter is false or not specified, then the health state returned is "Unknown". When set to true, the query goes in parallel to the node and the health system service before the results are merged. As a result, the query is more expensive and may take a longer time. Default value: false.

Optional timeoutParameter

timeoutParameter: undefined | number

The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds. Default value: 60.

Generated using TypeDoc