TopQueries.Queries Property

Definition

Gets or sets list of top resource consuming queries with appropriate metric data

[Newtonsoft.Json.JsonProperty(PropertyName="queries")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.QueryStatisticsProperties> Queries { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="queries")>]
member this.Queries : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.QueryStatisticsProperties> with get, set
Public Property Queries As IList(Of QueryStatisticsProperties)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to