kmongo / org.litote.kmongo / com.mongodb.client.FindIterable / ascendingSort

ascendingSort

fun <T> FindIterable<T>.ascendingSort(vararg properties: KProperty<*>): FindIterable<T> (source)

Sets the sort criteria with specified ascending properties to apply to the query.

Parameters

properties - the properties

Return
this