pageSize property

int? pageSize
getter/setter pair

The number of matches to return.

The default value is 3, with a maximum of 10. Note that latency may increase if more are requested. There is no pagination.

Implementation

core.int? pageSize;