Share via


ElasticPoolPerDatabaseSettings.MinCapacity Property

Definition

Gets or sets the minimum capacity all databases are guaranteed.

[Newtonsoft.Json.JsonProperty(PropertyName="minCapacity")]
public double? MinCapacity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="minCapacity")>]
member this.MinCapacity : Nullable<double> with get, set
Public Property MinCapacity As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to