@@@
Realm Kotlin SDK
/
io.realm.kotlin.query
/
Sort
Sort
enum
Sort
:
Enum
<
Sort
>
Content copied to clipboard
This enum describes the sorting order used in Realm queries.
Entries
Properties
See also
See also
io.realm.kotlin.query.RealmQuery
Entries
DESCENDING
Link copied to clipboard
DESCENDING
(
)
Content copied to clipboard
ASCENDING
Link copied to clipboard
ASCENDING
(
)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard