SortDirection
Controls whether results are ordered from lowest to highest or from highest to lowest.
Items 2
| History | Name | Value | Description | |
|---|---|---|---|---|
| 463 | Ascending | 0 | Orders results from lowest to highest value, or from oldest to newest entry. | |
| 463 | Descending | 1 | Orders results from highest to lowest value, or from newest to oldest entry. |
Description
Controls the ordering direction of results returned by APIs that support sorted retrieval, such as DataStore:ListVersionsAsync() and MemoryStoreSortedMap:GetRangeAsync(). Pass SortDirection.Ascending to receive items ordered from lowest to highest (or oldest to newest), and SortDirection.Descending to receive them from highest to lowest (or newest to oldest).
History 7
- 463 Add Descending
- 463 Add Ascending
- 463 Add SortDirection
- 452 Remove SortDirection
- 453 Add Descending
- 453 Add Ascending
- 453 Add SortDirection