Table External Catalog Table Options Args
data class TableExternalCatalogTableOptionsArgs(val connectionId: Output<String>? = null, val parameters: Output<Map<String, String>>? = null, val storageDescriptor: Output<TableExternalCatalogTableOptionsStorageDescriptorArgs>? = null) : ConvertibleToJava<TableExternalCatalogTableOptionsArgs>
Constructors
Link copied to clipboard
constructor(connectionId: Output<String>? = null, parameters: Output<Map<String, String>>? = null, storageDescriptor: Output<TableExternalCatalogTableOptionsStorageDescriptorArgs>? = null)
Properties
Link copied to clipboard
The connection specifying the credentials to be used to read external storage, such as Azure Blob, Cloud Storage, or S3. The connection is needed to read the open source table from BigQuery Engine. The connection_id can have the form <project_id>.<location_id>.<connection_id>
or projects/<project_id>/locations/<location_id>/connections/<connection_id>
.
Link copied to clipboard
A map of key value pairs defining the parameters and properties of the open source table. Corresponds with hive meta store table parameters. Maximum size of 4Mib.
Link copied to clipboard
A storage descriptor containing information about the physical storage of this table. Structure is documented below.