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

gte

infix fun <T> KProperty<T?>.gte(value: T): Bson (source)

Creates a filter that matches all documents where the value of the given property is greater than or equal to the specified value.

Parameters

value - the value

Parameters

Return
the filter

Mongodb
.driver.manual reference/operator/query/gte $gte