resultOffset property

int get resultOffset

The starting offset of results to fetch. This is useful for paging through results.

For consistent ordering of results when using pagination, you should also provide a value for the QueryParameters.orderByFields. Note that if you provide a result offset to support paging of results, you must also set a QueryParameters.maxFeatures value. Otherwise, the result offset is ignored.

set resultOffset (int value)