Optional
filterA filter that must pass for the relevant Record
object to be included within the aggregate.
Optional
sumSum aggregate over matching Record
objects.
Optional
distinctDistinct count aggregate over matching Record
objects.
Optional
minMinimum aggregate over matching Record
objects.
Optional
maxMaximum aggregate over matching Record
objects.
Optional
averageMean average aggregate over matching Record
objects.
Optional
stddevSample standard deviation aggregate over matching Record
objects.
Optional
stddevPopulation standard deviation aggregate over matching Record
objects.
Optional
varianceSample variance aggregate over matching Record
objects.
Optional
variancePopulation variance aggregate over matching Record
objects.
A filter to be used against aggregates of
Record
object types.