pageSize property

int? pageSize
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.

Optional.

Implementation

core.int? pageSize;