PagedResultΒΆ
Field | NULL | Description | Note |
---|---|---|---|
result object |
The search result | ||
pageIndex integer |
The index of the page | Inherited from PagingInfo | |
pageSize integer |
The size of the page | Inherited from PagingInfo | |
total integer |
The total number of rows | Inherited from PagingInfo | |
skipItems integer |
Skip items | Inherited from PagingInfo | |
isLastPage boolean |
Whether this is the last page | Inherited from PagingInfo |
Sample:
{
"result" : ["search result 1", "search result 2"],
"pageIndex" : 1,
"pageSize" : 10,
"total" : 2
}