Calculates the highest value for the property

interface MaxAggregate {
    max: {
        property: AggregateProperty;
    };
}

Properties

Properties

max: {
    property: AggregateProperty;
}