Server.ReplicaCapacity Property

Definition

Gets or sets the maximum number of replicas that a master server can have.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to