Calculates the average from the data stored by the specified property

interface AvgAggregate {
    avg: {
        property: AggregateProperty;
    };
}

Properties

Properties

avg: {
    property: AggregateProperty;
}