共用方式為


DatabaseAccountCreateUpdateParameters.EnableAnalyticalStorage Property

Definition

Gets or sets flag to indicate whether to enable storage analytics.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableAnalyticalStorage")]
public bool? EnableAnalyticalStorage { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableAnalyticalStorage")>]
member this.EnableAnalyticalStorage : Nullable<bool> with get, set
Public Property EnableAnalyticalStorage As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to