DataStoreListingPages
A special type of Pages object whose pages contain DataStoreInfo instances.
This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
| Memory category | Instances |
|---|
Member index 1
Description
A special type of Pages object whose pages contain DataStoreInfo instances. Pages:GetCurrentPage() can be used to retrieve an array of the DataStoreInfo instances.
See also:
- Data Stores, an in-depth guide on data structure, management, error handling, etc.
History 5
Members 1
Cursor
| Type | Default | |
|---|---|---|
| string | ||
A read-only pagination cursor that marks the position from which the next page of data stores is retrieved. Defaults to an empty string.
When you call Pages:AdvanceToNextPageAsync(), a non-empty cursor
is sent as the exclusive start key so the request returns the data stores
that follow the current page; while it remains empty, the request fetches
the first page. The cursor is cleared once there are no more data stores
to return, at which point Pages.IsFinished becomes true.
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
| Thread safety | ReadSafe |
|---|---|
| Category | Data |
| Loaded/Saved | false/true |