defaultDataset property

DatasetReference? defaultDataset
getter/setter pair

Specifies the default dataset to use for unqualified table names in the query.

This setting does not alter behavior of unqualified dataset names. Setting the system variable @@dataset_id achieves the same behavior. See https://cloud.google.com/bigquery/docs/reference/system-variables for more information on system variables.

Optional.

Implementation

DatasetReference? defaultDataset;