Server.ReplicaCapacity プロパティ

定義

マスター サーバーで使用できるレプリカの最大数を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象