StatefulServiceDescription.TargetReplicaSetSize Property
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Gets or sets the target size of the replica set.
Namespace: System.Fabric.Description
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
public int TargetReplicaSetSize { get; set; }
Property Value
Type: System.Int32
The target size of the replica set.
Remarks
The number of replicas that the system creates and maintains for each partition of this service.
See Also
StatefulServiceDescription Class
System.Fabric.Description Namespace
Return to top