GoogleApi.BigQuery.V2.Model.ExternalCatalogTableOptions (google_api_big_query v0.88.0)

View Source

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. 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 .. or projects//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

t()

@type t() :: %GoogleApi.BigQuery.V2.Model.ExternalCatalogTableOptions{
  connectionId: String.t() | nil,
  parameters: map() | nil,
  storageDescriptor: GoogleApi.BigQuery.V2.Model.StorageDescriptor.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.