allowLargeResults property

bool? allowLargeResults
getter/setter pair

If true and query uses legacy SQL dialect, allows the query to produce arbitrarily large result tables at a slight cost in performance.

Requires destinationTable to be set. For GoogleSQL queries, this flag is ignored and large results are always allowed. However, you must still set destinationTable when result size exceeds the allowed maximum response size.

Optional.

Implementation

core.bool? allowLargeResults;