Share via


StatefulServiceDescription.QuorumLossWaitDuration Property

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

Gets or sets the maximum duration, in seconds, for which a partition is allowed to be in a state of quorum loss.

Namespace:   System.Fabric.Description
Assembly:  System.Fabric (in System.Fabric.dll)

Syntax

public Nullable<TimeSpan> QuorumLossWaitDuration { get; set; }

Property Value

Type: System.Nullable<TimeSpan>

The wait duration as a TimeSpan object.

Remarks

If the partition is still in quorum loss after this duration, the partition is recovered from quorum loss by considering the down replicas as lost. Note that this can potentially incur data loss. The default value is Infinity and it is not recommended to change this value.

See Also

StatefulServiceDescription Class
System.Fabric.Description Namespace

Return to top