google_api_big_query v0.2.0 GoogleApi.BigQuery.V2.Model.TableListTables View Source
Attributes
- clustering (Clustering): [Beta] Clustering specification for this table, if configured. Defaults to:
null
. - creationTime (String.t): The time when this table was created, in milliseconds since the epoch. Defaults to:
null
. - expirationTime (String.t): [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. Defaults to:
null
. - friendlyName (String.t): The user-friendly name for this table. Defaults to:
null
. - id (String.t): An opaque ID of the table Defaults to:
null
. - kind (String.t): The resource type. Defaults to:
null
. - labels (%{optional(String.t) => String.t}): The labels associated with this table. You can use these to organize and group your tables. Defaults to:
null
. - tableReference (TableReference): A reference uniquely identifying the table. Defaults to:
null
. - timePartitioning (TimePartitioning): The time-based partitioning specification for this table, if configured. Defaults to:
null
. - type (String.t): The type of table. Possible values are: TABLE, VIEW. Defaults to:
null
. - view (TableListView): Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.BigQuery.V2.Model.TableListTables{ clustering: GoogleApi.BigQuery.V2.Model.Clustering.t(), creationTime: any(), expirationTime: any(), friendlyName: any(), id: any(), kind: any(), labels: map(), tableReference: GoogleApi.BigQuery.V2.Model.TableReference.t(), timePartitioning: GoogleApi.BigQuery.V2.Model.TimePartitioning.t(), type: any(), view: GoogleApi.BigQuery.V2.Model.TableListView.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.