kmongo / org.litote.kmongo.coroutine / CoroutineFindPublisher / ascendingSort

ascendingSort

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

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

Parameters

properties - the properties

Return
this