rowLimit property

int? rowLimit
getter/setter pair

[Optional; Default is 1000] The maximum number of rows to return.

Must be a number from 1 to 25,000 (inclusive).

Implementation

core.int? rowLimit;