maxResults property

int? maxResults
getter/setter pair

The maximum number of rows of data to return per page of results.

Setting this flag to a small value such as 1000 and then paging through results might improve reliability when the query result set is large. In addition to this limit, responses are also limited to 10 MB. By default, there is no maximum row count, and only the byte limit applies.

Optional.

Implementation

core.int? maxResults;