pageSize property

int? pageSize
getter/setter pair

The maximum number of rows to return in the results.

Responses are limited to 10 MB and 1000 rows. By default, the maximum row count is 1000. When the byte or row count limit is reached, the rest of the query results will be paginated. The field will be ignored when [output_config] is specified.

Optional.

Implementation

core.int? pageSize;