ApplicationHealthStatisticsFilter.ExcludeHealthStatistics Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 application health statistics, which contain information about how many services, partitions and replicas of this application are in Ok, Warning, and Error state. Defaults to false
.
Applies to
Azure SDK for .NET