다음을 통해 공유


StatefulServiceProperties.MinReplicaSetSize Property

Definition

Gets or sets the minimum replica set size as a number.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to