maxPageSize property

int? maxPageSize
getter/setter pair

A limit on the number of jobs returned in the search results.

Increasing this value above the default value of 10 can increase search response time. The value can be between 1 and 100.

Implementation

core.int? maxPageSize;