rowCount property

int? rowCount
getter/setter pair

Synchronous report only.

The maximum number of rows to return; additional rows are dropped. Acceptable values are 0 to 10000, inclusive. Defaults to 10000.

Implementation

core.int? rowCount;