다음을 통해 공유


StatefulServiceProperties.ReplicaRestartWaitDuration Property

Definition

Gets or sets the duration between when a replica goes down and when a new replica is created, represented in ISO 8601 format "hh:mm:ss".

[Newtonsoft.Json.JsonProperty(PropertyName="replicaRestartWaitDuration")]
public string ReplicaRestartWaitDuration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="replicaRestartWaitDuration")>]
member this.ReplicaRestartWaitDuration : string with get, set
Public Property ReplicaRestartWaitDuration As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to