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

descendingSort

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

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

Parameters

properties - the properties

Return
this