pageSize property

int? pageSize
getter/setter pair

The maximum number of data points to return.

If unspecified, at most 1440 data points will be returned. The maximum page size is 10000; values above that will be truncated accordingly.

Optional.

Implementation

core.int? pageSize;