共用方式為


QueryStatistic.Intervals Property

Definition

Gets the list of query intervals.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to