limit property
getter/setter pair
The maximum number of results to be returned in each result set. Defaults to 10. The maximum allowed value is 100. Use along with startIndex to paginate the results.
Implementation
int limit;
The maximum number of results to be returned in each result set. Defaults to 10. The maximum allowed value is 100. Use along with startIndex to paginate the results.
int limit;