Home > @vsf-enterprise/sap-commerce-webservices-sdk > DeprecatedPagination

DeprecatedPagination interface

Representation of a search results pagination DeprecatedPagination

Signature:

export interface DeprecatedPagination 

Properties

Property Type Description
currentPage? number (Optional) The current page number. The first page is number zero (0), the second page is number one (1), and so on
pageSize? number (Optional) The number of results per page. A page may have less results if there are less than a full page of results, only on the last page in the results
sort? string (Optional) The selected sort code
totalPages? number (Optional) The total number of pages. This is the number of pages, each of pageSize, required to display the totalResults.
totalResults? number (Optional) The total number of matched results across all pages