GoogleApi.BigQuery.V2.Model.StoredColumnsUnusedReason (google_api_big_query v0.88.0)
View SourceIf the stored column was not used, explain why.
Attributes
-
code
(type:String.t
, default:nil
) - Specifies the high-level reason for the unused scenario, each reason must have a code associated. -
message
(type:String.t
, default:nil
) - Specifies the detailed description for the scenario. -
uncoveredColumns
(type:list(String.t)
, default:nil
) - Specifies which columns were not covered by the stored columns for the specified code up to 20 columns. This is populated when the code is STORED_COLUMNS_COVER_INSUFFICIENT and BASE_TABLE_HAS_CLS.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.