Skip to content

DatastoreVersionPages

This DatastoreVersionPages struct contains pages of DatastoreObjectVersionInfo instances, which represent version information for keys

Properties

Array<DatastoreObjectVersionInfo> Pages

SERVER ONLY 
This DatastoreObjectVersionInfo array contains the version information for keys, including the version string represented as Pages[i].Version, creation time represented as Pages[i].CreatedTime, and deletion status represented as Pages[i].IsDeleted

PageInfo PageInfo

SERVER ONLY 
This PageInfo struct contains information about pagination, such as the total amount of data in the datastore, the current page number, and the number of items on each page