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

Configuration for BigLake managed tables.

Attributes

  • connectionId (type: String.t, default: nil) - Required. 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_id>.<location_id>.<connection_id>" or "projects/<project_id>/locations/<location_id>/connections/<connection_id>".
  • fileFormat (type: String.t, default: nil) - Required. The file format the table data is stored in.
  • storageUri (type: String.t, default: nil) - Required. 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 format "gs://bucket/path_to_table/"
  • tableFormat (type: String.t, default: nil) - Required. The table format the metadata only snapshots are stored in.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.