ParaDataStore.ListValues

Declaration

ok, pages = ListValues(string prefix, bool is_asce, int page_size)

Parameters

Parameter NameDescription
prefixKey prefix. If is_allscope is set to true, you need to specify scope.
is_ascIndicates whether to sort the return results in ascending alphabetical order by key.
page_sizeNumber of data entries on a single page.

Return Values

Response NameTypeDescription
okintIf the value is 0, the operation is successful, and the subsequent field is the page object. Otherwise, the corresponding error code is returned.
pagesParaDataPagesIf the operation is successful, the page object is returned. Otherwise, an error message is returned.

Description

Pulls the value list according to the prefix and returns the ParaDataPages page object, through which data can be incrementally pulled by page.

If the ParaDataPages.GetCurrentPage() API is called, it returns the value list of ParaDataInfo type.