PcoWSkbVqDnWTu_dm2ix
The Developer Hub is now deprecated and information on this page may no longer be accurate. To see our new and improved documentation, please click here. You can read more about the future of documentation here.
Collapse Sidebar

GetSortedAsync

Returns a DataStorePages object. The sort order is determined by ascending, the length of each page by pageSize, and minValue/maxValue are optional parameters which filter the results.

If this function throws an error, the Articles/Datastore Errors|error message will describe the problem.

Parameters

Name Type Default Description

A boolean indicating whether the returned data pages are in ascending order.

int

The length of each page.

Optional parameter. If set, data pages with a value less than than minValue will be excluded.

Optional parameter. If set, data pages with a value greater than maxValue will be excluded.

Returns

Return Type Summary

A sorted DataStorePages object based on the provided arguments.