table property

String? table
getter/setter pair

The BigQuery table where the query results will be saved.

If this table does not exist, a new table with the given name will be created.

Required.

Implementation

core.String? table;