次の方法で共有


InstanceFailoverGroupReadWriteEndpoint.FailoverWithDataLossGracePeriodMinutes プロパティ

定義

読み取り/書き込みエンドポイントに対してデータ損失を伴うフェールオーバーが試行されるまでの猶予期間を取得または設定します。 failoverPolicy が [自動] の場合は、failoverWithDataLossGracePeriodMinutes が必要です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象