File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
content/en-us/reference/engine/classes Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -8,22 +8,20 @@ memory_category: Instances
88summary : |
99 A GlobalDataStore that also allows for ordered data store entries.
1010description : |
11- A **OrderedDataStore** is essentially a `Class.GlobalDataStore` with the
12- exception that stored values must be **integers**. It exposes a
13- method `Class.OrderedDataStore:GetSortedAsync()|GetSortedAsync()` which allows
14- inspection of the entries in sorted order using a `Class.DataStorePages`
15- object.
11+ An **OrderedDataStore** is essentially a `Class.GlobalDataStore` with stored values that are **integers**.
12+ It exposes the `Class.OrderedDataStore:GetSortedAsync()|GetSortedAsync()` method, which allows for the
13+ inspection of entries in sorted order using a `Class.DataStorePages` object.
1614
1715 Ordered data stores do not support versioning and metadata, so
1816 `Class.DataStoreKeyInfo` is always `nil` for keys in an
1917 `Class.OrderedDataStore`. If you need versioning and metadata support, use a
2018 `Class.DataStore`.
2119
22- Ordered data stores do not support the optional `userIds` parameter for
20+ Ordered data stores also do not support the optional `userIds` parameter for
2321 `Class.OrderedDataStore:SetAsync()|SetAsync()` or
2422 `Class.OrderedDataStore:IncrementAsync()|IncrementAsync()`.
2523
26- See [Data Stores ](../../../cloud-services/data-stores/index.md) for an
24+ See [Data stores ](../../../cloud-services/data-stores/index.md) for an
2725 overview on using ordered data stores.
2826code_samples :
2927 - OrderedDataStore-Basics
You can’t perform that action at this time.
0 commit comments