ManagedInstanceResourceGetTopQueriesOptions.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.
Aggregation function to be used, default value is 'sum'.
public Azure.ResourceManager.Sql.Models.AggregationFunctionType? AggregationFunction { get; set; }
member this.AggregationFunction : Nullable<Azure.ResourceManager.Sql.Models.AggregationFunctionType> with get, set
Public Property AggregationFunction As Nullable(Of AggregationFunctionType)