numResults property

int? numResults
getter/setter pair

Maximum number of results allowed from a datasource in a result page as long as results from other sources are not exhausted.

Value specified must not be negative. A default value is used if this value is equal to 0. To disable crowding, set the value greater than 100.

Implementation

core.int? numResults;