次の方法で共有


ServiceHealth.HealthStatistics プロパティ

定義

、、および 状態にあるパーティションとレプリカの数に関する情報をOkWarning含むサービス正常性統計をError取得します。

public System.Fabric.Health.HealthStatistics HealthStatistics { get; }
member this.HealthStatistics : System.Fabric.Health.HealthStatistics
Public ReadOnly Property HealthStatistics As HealthStatistics

プロパティ値

サービス正常性統計。

注釈

サービス正常性統計には、および Error 状態にあるパーティションとレプリカの数にOkWarning関する情報が含まれています。 正常性統計を除外するために指定された ServiceHealthStatisticsFilter を返すクエリの場合はServiceHealth、null または空にすることができます。

適用対象