QueryStatistics.Intervals Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets list of intervals with appropriate metric data
[Newtonsoft.Json.JsonProperty(PropertyName="properties.intervals")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.QueryMetricInterval> Intervals { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.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