min

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

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

Return

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

Parameters

property

The data class property

expression

the expression

the expression type