Server.ReplicaCapacity Property

Definition

Gets the maximum number of replicas that a primary server can have.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.replicaCapacity")]
public int? ReplicaCapacity { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.replicaCapacity")>]
member this.ReplicaCapacity : Nullable<int>
Public ReadOnly Property ReplicaCapacity As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to