The function will calculate, and return, the highest - max - value for the property.

interface MaxAggregateFunctionV3 {
    max: {
        property: string;
    };
}

Properties

Properties

max: {
    property: string;
}