次の方法で共有


ServiceTypeHealthPolicy.MaxPercentUnhealthyPartitionsPerService プロパティ

定義

サービスあたりの異常なパーティションの最大許容割合。

割合は、サービスがエラーと見なされる前に異常になる可能性があるパーティションの許容される最大割合を表します。 パーセンテージが考慮されているが、少なくとも 1 つの異常なパーティションがある場合、正常性は警告として評価されます。 この割合は、サービス内のパーティションの合計数に対して異常なパーティションの数を除算することによって計算されます。 計算は、少数のパーティションで 1 つの障害を許容するように切り上げられます。

public int MaxPercentUnhealthyPartitionsPerService { get; set; }
member this.MaxPercentUnhealthyPartitionsPerService : int with get, set
Public Property MaxPercentUnhealthyPartitionsPerService As Integer

プロパティ値

適用対象