limit property

String? limit
getter/setter pair

If greater than zero, only the first limit rows are yielded.

If limit is zero, the default is no limit. A limit cannot be specified if partition_token is set.

Implementation

core.String? limit;