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

lte

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

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

Parameters

value - the value

Parameters

Return
the filter

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