OptionalfilterA filter that must pass for the relevant LevelItem object to be included within the aggregate.
OptionalsumSum aggregate over matching LevelItem objects.
OptionaldistinctDistinct count aggregate over matching LevelItem objects.
OptionalminMinimum aggregate over matching LevelItem objects.
OptionalmaxMaximum aggregate over matching LevelItem objects.
OptionalaverageMean average aggregate over matching LevelItem objects.
OptionalstddevSample standard deviation aggregate over matching LevelItem objects.
OptionalstddevPopulation standard deviation aggregate over matching LevelItem objects.
OptionalvarianceSample variance aggregate over matching LevelItem objects.
OptionalvariancePopulation variance aggregate over matching LevelItem objects.
A filter to be used against aggregates of
LevelItemobject types.