AggregateFunctionDTO
FunctionDTO that represents the following internal functions:
- CountFunction (operator=COUNT)
- SumFunction (operator=SUM)
Sub Type Property: "_type" : "Aggregate"
Fields
Type
Name
Description
Optional
Default Value
value
The parameter value of the function.
false
operator
The operator of the function.
false
Example
{
"_type" : "Aggregate",
"operator" : "COUNT",
"value" : null
}