DataStoreKeyPages
DataStoreKeyPages : Pages
Overview
The DataStoreKeyPages class is a specialized type of Pages
object designed to handle and iterate through keys in a data store.
Description
Developers use the DataStoreKeyPages class when they need to enumerate or manage multiple keys stored in a data store. For example, it can be used to retrieve all keys with a specific prefix or to process large numbers of keys efficiently. Overall, this class facilitates organized and efficient access to data store keys, making it a valuable tool for managing persistent data.
Properties
Cursor
string
The Cursor property is a string representing the current cursor position or selection in a data store.