pageSize property

int? pageSize
getter/setter pair

Page size is for paging and specifies the maximum number of returned rows.

Page size should be > 0. If the value is 0 or if the field isn't specified, the request returns the default of 1000 rows per page.

Implementation

core.int? pageSize;