tableDefinitions property

Map<String, ExternalDataConfiguration>? tableDefinitions
getter/setter pair

If querying an external data source outside of BigQuery, describes the data format, location and other properties of the data source.

By defining these properties, the data source can then be queried as if it were a standard BigQuery table.

Optional.

Implementation

core.Map<core.String, ExternalDataConfiguration>? tableDefinitions;