Storage.AutoGrow Property

Definition

Gets or sets enable Storage Auto Grow or not. Possible values include: 'Enabled', 'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="autoGrow")]
public string AutoGrow { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="autoGrow")>]
member this.AutoGrow : string with get, set
Public Property AutoGrow As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to