Calculates the sum from the values of the specified property

interface SumAggregate {
    sum: {
        property: AggregateProperty;
    };
}

Properties

Properties

sum: {
    property: AggregateProperty;
}