EOS_PageResult

EOS API reference page for EOS_PageResult

Under 1 min to read

Remarks

A page result is part of query callback info. It is used to provide pagination details of query results.

Properties

EOS_PageResult

PropertyValue
int32_t StartIndexThe index into the ordered query results to start the page at.
int32_t CountThe number of results in the current page.
int32_t TotalCountThe number of results associated with they original query options.