externalDataConfiguration

@JvmName(name = "skcgxfmpelsecwgn")
suspend fun externalDataConfiguration(value: Output<TableExternalDataConfigurationArgs>)
@JvmName(name = "sjcoqktvbxiesrhb")
suspend fun externalDataConfiguration(value: TableExternalDataConfigurationArgs?)

Parameters

value

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. Structure is documented below.


@JvmName(name = "tontpciymdpmmpyn")
suspend fun externalDataConfiguration(argument: suspend TableExternalDataConfigurationArgsBuilder.() -> Unit)

Parameters

argument

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. Structure is documented below.