ServiceHealthStatisticsFilter.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 service health statistics, which contains information about how many partitions and replicas are in Ok, Warning, and Error state. Defaults to false
.