Pagination Tab

In the Pagination tab, you can manipulate pagination of query. Every field is optional.

If no values are added in the Skip field or the Top field, client adopts pagination on server side by default.

If the Count Total check box is selected, $count=true is appended to query URI at the bottom. Skip and Top fields set $skip and $top options respectively.

If the Return All check box is selected, the Top field is disabled, and $top option is removed from query URI, which means, all the records must be returned even though a pagination mechanism for enforcement is on the server side.

If the Return All check box is not selected, only up to 20 records are returned.