Reference API Roblox

Engine API

Website

Related

Reference API Roblox

SortDirection

Controls whether results are ordered from lowest to highest or from highest to lowest.

Items 2

HistoryNameValueDescription
463Ascending0

Orders results from lowest to highest value, or from oldest to newest entry.

463Descending1

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

Settings