GoogleApi.BigQuery.V2.Model.TableListTables (google_api_big_query v0.88.0)
View SourceAttributes
-
clustering(type:GoogleApi.BigQuery.V2.Model.Clustering.t, default:nil) - Clustering specification for this table, if configured. -
creationTime(type:String.t, default:nil) - Output only. The time when this table was created, in milliseconds since the epoch. -
expirationTime(type:String.t, default:nil) - 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:nil) - 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 for this table. -
requirePartitionFilter(type:boolean(), default:false) - Optional. If set to true, queries including this table must specify a partition filter. This filter is used for partition elimination. -
tableReference(type:GoogleApi.BigQuery.V2.Model.TableReference.t, default:nil) - A reference uniquely identifying table. -
timePartitioning(type:GoogleApi.BigQuery.V2.Model.TimePartitioning.t, default:nil) - The time-based partitioning for this table. -
type(type:String.t, default:nil) - The type of table. -
view(type:GoogleApi.BigQuery.V2.Model.TableListTablesView.t, default:nil) - Information about a logical view.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQuery.V2.Model.TableListTables{ clustering: GoogleApi.BigQuery.V2.Model.Clustering.t() | nil, creationTime: String.t() | nil, expirationTime: String.t() | nil, friendlyName: String.t() | nil, id: String.t() | nil, kind: String.t() | nil, labels: map() | nil, rangePartitioning: GoogleApi.BigQuery.V2.Model.RangePartitioning.t() | nil, requirePartitionFilter: boolean() | nil, tableReference: GoogleApi.BigQuery.V2.Model.TableReference.t() | nil, timePartitioning: GoogleApi.BigQuery.V2.Model.TimePartitioning.t() | nil, type: String.t() | nil, view: GoogleApi.BigQuery.V2.Model.TableListTablesView.t() | nil }