GoogleApi.BigQuery.V2.Model.ExternalCatalogTableOptions (google_api_big_query v0.88.0)
View SourceMetadata about open source compatible table. The fields contained in these options correspond to Hive metastore's table-level properties.
Attributes
-
connectionId
(type:String.t
, default:nil
) - Optional. A connection ID that specifies the credentials to be used to read external storage, such as Azure Blob, Cloud Storage, or Amazon S3. This connection is needed to read the open source table from BigQuery. The connection_id format must be either..
orprojects//locations//connections/
. -
parameters
(type:map()
, default:nil
) - Optional. A map of the key-value pairs defining the parameters and properties of the open source table. Corresponds with Hive metastore table parameters. Maximum size of 4MiB. -
storageDescriptor
(type:GoogleApi.BigQuery.V2.Model.StorageDescriptor.t
, default:nil
) - Optional. A storage descriptor containing information about the physical storage of this table.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQuery.V2.Model.ExternalCatalogTableOptions{ connectionId: String.t() | nil, parameters: map() | nil, storageDescriptor: GoogleApi.BigQuery.V2.Model.StorageDescriptor.t() | nil }