API reference
API reference
Select your platform
No SDKs available
No versions available

SortOption Enum

Sort options for sorting a list of entities.
These options determine the direction and case sensitivity of sorting operations. They can be applied to any sort criterion to control how entities are ordered.

Signature

enum SortOption : Enum<SortOption> 

Enumeration Constants

MemberDescription
ASC
Sort option to sort entities in an ascending order
DESC
Sort option to sort entities in a descending order
ASC_CASE_INSENSITIVE
Sort option to sort entities in an ascending order, ignoring case
DESC_CASE_INSENSITIVE
Sort option to sort entities in a descending order, ignoring case
Did you find this page helpful?
Thumbs up icon
Thumbs down icon