google_api_big_query v0.43.0 GoogleApi.BigQuery.V2.Model.TableListTables View Source
Attributes
-
clustering
(type:GoogleApi.BigQuery.V2.Model.Clustering.t
, default:nil
) - [Beta] Clustering specification for this table, if configured. -
creationTime
(type:String.t
, default:nil
) - The time when this table was created, in milliseconds since the epoch. -
expirationTime
(type:String.t
, default:nil
) - [Optional] The time when this table expires, in milliseconds since the epoch. If not present, the table will persist indefinitely. Expired tables will be deleted and their storage reclaimed. -
friendlyName
(type:String.t
, default:nil
) - The user-friendly name for this table. -
id
(type:String.t
, default:nil
) - An opaque ID of the table -
kind
(type:String.t
, default:bigquery#table
) - The resource type. -
labels
(type:map()
, default:nil
) - The labels associated with this table. You can use these to organize and group your tables. -
rangePartitioning
(type:GoogleApi.BigQuery.V2.Model.RangePartitioning.t
, default:nil
) - The range partitioning specification for this table, if configured. -
tableReference
(type:GoogleApi.BigQuery.V2.Model.TableReference.t
, default:nil
) - A reference uniquely identifying the table. -
timePartitioning
(type:GoogleApi.BigQuery.V2.Model.TimePartitioning.t
, default:nil
) - The time-based partitioning specification for this table, if configured. -
type
(type:String.t
, default:nil
) - The type of table. Possible values are: TABLE, VIEW. -
view
(type:GoogleApi.BigQuery.V2.Model.TableListTablesView.t
, default:nil
) - Additional details for a view.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.BigQuery.V2.Model.TableListTables{ clustering: GoogleApi.BigQuery.V2.Model.Clustering.t(), creationTime: String.t(), expirationTime: String.t(), friendlyName: String.t(), id: String.t(), kind: String.t(), labels: map(), rangePartitioning: GoogleApi.BigQuery.V2.Model.RangePartitioning.t(), tableReference: GoogleApi.BigQuery.V2.Model.TableReference.t(), timePartitioning: GoogleApi.BigQuery.V2.Model.TimePartitioning.t(), type: String.t(), view: GoogleApi.BigQuery.V2.Model.TableListTablesView.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.