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

Table level detail on the usage of metadata caching. Only set for Metadata caching eligible tables referenced in the query.

Attributes

  • explanation (type: String.t, default: nil) - Free form human-readable reason metadata caching was unused for the job.
  • tableReference (type: GoogleApi.BigQuery.V2.Model.TableReference.t, default: nil) - Metadata caching eligible table referenced in the query.
  • tableType (type: String.t, default: nil) - Table type.
  • unusedReason (type: String.t, default: nil) - Reason for not using metadata caching for the table.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.TableMetadataCacheUsage{
  explanation: String.t() | nil,
  tableReference: GoogleApi.BigQuery.V2.Model.TableReference.t() | nil,
  tableType: String.t() | nil,
  unusedReason: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.