Share via


QueryAggregationFunction Enum

Definition

Defines values for QueryAggregationFunction.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum QueryAggregationFunction
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type QueryAggregationFunction = 
Public Enum QueryAggregationFunction
Inheritance
QueryAggregationFunction
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Avg 2
Max 1
Min 0
Sum 3

Applies to