TopQueries.AggregationFunction Property

Definition

Gets the function that is used to aggregate each query's metrics. Possible values include: 'min', 'max', 'avg', 'sum'

[Newtonsoft.Json.JsonProperty(PropertyName="aggregationFunction")]
public Microsoft.Azure.Management.Synapse.Models.QueryAggregationFunction? AggregationFunction { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="aggregationFunction")>]
member this.AggregationFunction : Nullable<Microsoft.Azure.Management.Synapse.Models.QueryAggregationFunction>
Public ReadOnly Property AggregationFunction As Nullable(Of QueryAggregationFunction)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to