DeployedApplicationHealthStatisticsFilter.ExcludeHealthStatistics Property

Definition

Gets or sets a flag that indicates whether the health statistics should be included in query result.

public bool ExcludeHealthStatistics { get; set; }
member this.ExcludeHealthStatistics : bool with get, set
Public Property ExcludeHealthStatistics As Boolean

Property Value

A flag that indicates whether the health statistics should be included in query result.

Remarks

If ExcludeHealthStatistics is set to true, the health statistics are not returned as part of the query result. Otherwise, the query result includes the deployed application health statistics, which contains information about how many deployed service packages are in Ok, Warning, and Error state. Defaults to false.

Applies to