EOS_PageQuery

EOS API reference page for EOS_PageQuery

1分未満で読めます

Remarks

A page query is part of query options. It is used to allow pagination of query results.

Properties

EOS_PageQuery

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_PAGEQUERY_API_LATEST.
int32_t StartIndexThe index into the ordered query results to start the page at.
int32_t MaxCountThe maximum number of results to have in the page.