次の方法で共有


PartitionHealth.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関する情報が含まれています。 正常性統計を除外するために指定された PartitionHealthStatisticsFilter を返すPartitionHealthクエリの場合は、null または空にすることができます。

適用対象