kmongo / org.litote.kmongo / kotlin.reflect.KProperty / min

min

infix fun <T> KProperty<T>.min(expression: T): BsonField (source)

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.

Parameters

expression - the expression

Parameters

Return
the field

Mongodb
.driver.manual reference/operator/aggregation/min/ $min