次の方法で共有


StatefulServiceProperties.MinReplicaSetSize プロパティ

定義

レプリカ セットの最小サイズを数値として取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象