Home > @poq/sdk-sfcc > ResultPage
Data that can be used to get the next and previous page of a Data API results object.
Signature:
export declare class ResultPage extends BaseModel<ResultPage>
Extends: BaseModel<ResultPage
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the ResultPage class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| count? | number | (Optional) The number of returned documents. | |
| dbStartRecord? | number | (Optional) The zero-based index of the record that we want to start with, used to optimize special handling | |
| start? | number | (Optional) The zero-based index of the first search hit to include in the result. |