End of Data Indicator

The End of Data Indicator property specifies how the REST service reports that the page is the final page.

This property has the following possible values:

  • Number of Records

    A field in the response, or in a header value, provides the total number of records being returned. This value is applicable when the Pagination Type is set to Offset.

  • Number of Pages

    A field in the response, or in a header value, provides the total number of pages being returned. This value is applicable when the Pagination Type is set to Page.

  • Is Last

    A Boolean field in the response, or in a header value, specifies that the current page is the last page.

  • Has More

    A Boolean field in the response, or in a header value, specifies that the current page is not the last page.

If the adapter is configured for offset paging, the corresponding command for this property is:

-OEOD [num_of_records|is_last|has_more]

If the adapter is configured for page paging, the corresponding command for this property is:

-PEOD [num_of_pages|is_last |has_more]