max

fun <TExpression> max(property: KProperty<*>, expression: TExpression): BsonField

Gets a field name for a $group operation representing the maximum of the values of the given expression when applied to all members of the group.

Return

the field @mongodb.driver.manual reference/operator/aggregation/max/ $max

Parameters

property

The data class property

expression

the expression

the expression type