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

View Source

Configuration for BigLake managed tables.

Attributes

  • connectionId (type: String.t, default: nil) - Optional. The connection specifying the credentials to be used to read and write to external storage, such as Cloud Storage. The connection_id can have the form {project}.{location}.{connection_id} or projects/{project}/locations/{location}/connections/{connection_id}". *fileFormat(*type:*String.t, *default:*nil) - Optional. The file format the table data is stored in. *storageUri(*type:*String.t, *default:*nil) - Optional. The fully qualified location prefix of the external folder where table data is stored. The '*' wildcard character is not allowed. The URI should be in the formatgs://bucket/path_to_table/*tableFormat(*type:*String.t, *default:*nil`) - Optional. The table format the metadata only snapshots are stored in.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BigQuery.V2.Model.BigLakeConfiguration{
  connectionId: String.t() | nil,
  fileFormat: String.t() | nil,
  storageUri: String.t() | nil,
  tableFormat: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.