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