destinationTable property

TableReference? destinationTable
getter/setter pair

Describes the table where the query results should be stored.

This property must be set for large results that exceed the maximum response size. For queries that produce anonymous (cached) results, this field will be populated by BigQuery.

Optional.

Implementation

TableReference? destinationTable;