次の方法で共有


RedisResource.ReplicasPerPrimary プロパティ

定義

プライマリごとに作成されるレプリカの数を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象