DatabaseUpdate.MinCapacity Property

Definition

Gets or sets minimal capacity that database will always have allocated, if not paused

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to