kmongo / org.litote.kmongo.coroutine / CoroutineFindPublisher / descendingSort

descendingSort

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

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

Parameters

properties - the properties

Return
this