Remarks
A page result is part of query callback info. It is used to provide pagination details of query results.
Properties
EOS_PageResult
Property | Value |
---|---|
int32_t StartIndex | The index into the ordered query results to start the page at. |
int32_t Count | The number of results in the current page. |
int32_t TotalCount | The number of results associated with they original query options. |