View Source GoogleApi.BigQuery.V2.Model.ExternalCatalogTableOptions (google_api_big_query v0.79.0)

Metadata 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. 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 .. or projects//locations//connections/.
  • parameters (type: map(), default: nil) - Optional. 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.
  • 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.