limit property

int limit
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;