TopQueries.AggregationFunction 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 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