DataStoreKeyPages
A special type of Pages object whose pages contain DataStoreKey instances.
| Memory category | Instances |
|---|
Member index 1
Description
A special type of Pages object whose pages contain DataStoreKey instances. Pages:GetCurrentPage() can be used to retrieve an array of the DataStoreKey instances.
See also:
- Data Stores, an in-depth guide on data structure, management, error handling, etc.
History 7
- 731 Change Default of Cursor from to
- 726 Change Default of Cursor from to
- 553 Change Default of Cursor from to
- 548 Add Cursor
- 461 Add DataStoreKeyPages
- 452 Remove DataStoreKeyPages
- 453 Add DataStoreKeyPages
Members 1
Cursor
| Type | Default | |
|---|---|---|
| string | ||
A read-only pagination cursor that marks the position from which the next page of keys is retrieved. It defaults to an empty string.
The cursor advances as each page is retrieved. When you call
Pages:AdvanceToNextPageAsync(), a non-empty cursor is sent as the
exclusive start key so the request returns the keys that follow the
current page; while it remains empty, the request fetches the first page.
The cursor is cleared once there are no more keys to return, at which
point Pages.IsFinished becomes true.
| Thread safety | ReadSafe |
|---|---|
| Category | Data |
| Loaded/Saved | false/true |