externalDataConfiguration property

ExternalDataConfiguration? externalDataConfiguration
getter/setter pair

Describes the data format, location, and other properties of a table stored outside of BigQuery.

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

Optional.

Implementation

ExternalDataConfiguration? externalDataConfiguration;