QueryStatisticsProperties.Intervals Property

Definition

Gets or sets list of intervals with appropriate metric data

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to