DataLakeAnalyticsAccount.QueryStoreRetention Property

Definition

Gets the number of days that job metadata is retained.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.queryStoreRetention")]
public int? QueryStoreRetention { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="properties.queryStoreRetention")]
public int? QueryStoreRetention { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.queryStoreRetention")>]
member this.QueryStoreRetention : Nullable<int> with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.queryStoreRetention")>]
member this.QueryStoreRetention : Nullable<int>
Public Property QueryStoreRetention As Nullable(Of Integer)
Public ReadOnly Property QueryStoreRetention As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to