Property
|
Description
|
#maximumPageSize
|
Specifies the maximum page size in rows.
|
#firstRowNumber
|
Specifies the number of the first row. The default is 0; however, some systems begin numbering rows at 1.
|
#pageSizeParameter
|
Specifies the name of the URI parameter that contains the page size.
|
#rowOffsetParameter
|
Specifies the name of the URI parameter that contains the starting row number for this set of rows.
|
Property
|
Description
|
#maximumPageSize
|
Specifies the maximum page size in rows.
|
#firstPageNumber
|
Specifies the number of the first page. The default is 0; however, some systems begin numbering pages at 1.
|
#pageSizeParameter
|
Specifies the name of the URI parameter that contains the page size.
|
#pageNumberParameter
|
When requesting a page of rows, this is the name of the URI parameter to contain the page number.
|
Property
|
Description
|
#MaximumPageSize
|
(Optional) Specifies the maximum page size in rows. This option is only required when the page size is not dictated by the data source.
|
#PageSizeParameter
|
(Optional) Specifies the name of the URI parameter that contains the page size.
|
#NextPageElement
|
Specifies the name of the element containing the token that must be passed in the URI to get the next page. For elements not stored at the top level, this value should include a slash-separated path.
|
#NextPageParameter
|
Specifies the name of the URI parameter that holds the token used to fetch the next page. This is the token found on the current page at the location specified by the #NextPageElement.
|