Share via


StatefulServiceUpdateProperties.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.s).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to