共用方式為


StatefulServiceUpdateProperties.QuorumLossWaitDuration Property

Definition

Gets or sets the maximum duration for which a partition is allowed to be in a state of quorum loss, represented in ISO 8601 format (hh:mm:ss.s).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to