Remarks
A page query is part of query options. It is used to allow pagination of query results.
Properties
EOS_PageQuery
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_PAGEQUERY_API_LATEST. |
int32_t StartIndex | The index into the ordered query results to start the page at. |
int32_t MaxCount | The maximum number of results to have in the page. |