AggregationFunction

AggregationFunction
AggregationFunction

Aggregate field and function name

JSON Example
{
    "aggregationFunctions": [
        {
            "fieldName": "text",
            "functionName": "AVG"
        },
        {
            "fieldName": "text",
            "functionName": "MIN"
        },
        {
            "fieldName": "build_number",
            "functionName": "MAX"
        }
    ]
}
string
fieldName
Optional

Aggregate field name

string
functionName
Optional

Aggregate function name

Possible values are : COUNT, UCOUNT, SUM, AVG, MIN, MAX, STDDEV, VARIANCE, RATE, SAMPLE, VAR,