Declaration
ok, data = GetPageByIndex(int page_index)
Parameters
Parameter Name | Type | Description |
---|---|---|
page_index | int | Specifies the page number. |
Return Values
Response Name | Type | Description |
---|---|---|
ok | int | If the value is 0, the operation is successful. The subsequent fields are the obtained value and detailed information. |
data | table | If the operation is successful, all data on the current page is returned. Otherwise, an error message is returned. |
Description
Gets all data on the specified page.
The returned data is stored in a table. The actual type of the data in the table varies depending on the source of the ParaDataPages instance.
- If the ParaDataPages instance is created by using the ParaDataStore.ListVersion API, the type of the data stored in the table is ParaDataInfo.
- If the ParaDataPages instance is created by using the ParaDataStore.ListKeys API, the type of the data stored in the table is string.
- If the ParaDataPages instance is created by using the ParaDataStore.ListValues API, the type of the data stored in the table is ParaDataInfo.
- If the ParaDataPages instance is created by using the ParaOrderedDataStore.ListSortedData API, the type of the data stored in the table is ParaOrderedDataInfo.