StatefulServiceDescription.AuxiliaryReplicaCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET