Share via


DataLakeAnalyticsAccount.QueryStoreRetention Property

Definition

Gets the number of days that job metadata is retained.

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

Property Value

System.Nullable<System.Int32>
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to