次の方法で共有


ServiceTypeHealthPolicy.MaxPercentUnhealthyPartitionsPerService プロパティ

定義

サービスごとの異常なパーティションの最大許容割合を取得または設定します。

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

[Newtonsoft.Json.JsonProperty(PropertyName="maxPercentUnhealthyPartitionsPerService")]
public int MaxPercentUnhealthyPartitionsPerService { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxPercentUnhealthyPartitionsPerService")>]
member this.MaxPercentUnhealthyPartitionsPerService : int with get, set
Public Property MaxPercentUnhealthyPartitionsPerService As Integer

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象