table property

String? table
getter/setter pair

The BigQuery table to which the snapshot result should be written.

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

Required.

Implementation

core.String? table;