Calculates the sum from the values of the specified property.

interface SumAggregateFunctionV3 {
    sum: {
        property: string;
    };
}

Properties

Properties

sum: {
    property: string;
}