Condividi tramite


FailoverProperties.IsSafeFailover Property

Definition

Gets or sets safe failover is to indicate the service should wait for pending replication to finish before switching to the secondary.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to