ClusterHealthStatisticsFilter.IncludeSystemApplicationHealthStatistics Property

Definition

Gets or sets a flag that indicates whether the health statistics should include information for the fabric:/System application.

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

Property Value

A flag that indicates whether the health statistics should include information for the fabric:/System application.

Remarks

If IncludeSystemApplicationHealthStatistics is set to true, the health statistics include the entities that belong to the fabric:/System application. Otherwise, the query result includes health statistics only for user applications. Defaults to false.

In order to apply IncludeSystemApplicationHealthStatistics, ExcludeHealthStatistics must be set to false (default value).

Applies to