Dela via


StatefulServiceDescription.AuxiliaryReplicaCount Property

Definition

Gets or sets the auxiliary replica count for this service.

public int? AuxiliaryReplicaCount { get; set; }
member this.AuxiliaryReplicaCount : Nullable<int> with get, set
Public Property AuxiliaryReplicaCount As Nullable(Of Integer)

Property Value

The auxiliary replica count for this service.

Remarks

Defines the auxiliary replica count that Service Fabric will keep in its view of the replica set for a given partition. For example, if the TargetReplicaSetSize is set to five, and AuxiliaryReplicaCount is set to 1 then in steady state Service Fabric will keep 4 full replicas and 1 auxiliary replica.

Applies to