Description
The ListResult class represents the result of a list call
Derived By
Restricting anyType
Content Model
Contains elements as defined in the following table.
Component |
Type |
Occurs |
Description |
---|---|---|---|
list |
anyType |
0..* |
The result set |
totalCount |
long |
1..1 |
The total number of results available |
listFrom |
int |
1..1 |
The index of the first result returned within this result set |
listTo |
int |
1..1 |
The index of the last result returned within this result set |
Remarks
The ListResult class contains both the results themselves, as well as a count of the total number of objects available, and indices of the first and last result returned.