GoogleApi.BigQuery.V2.Model.TableListTables (google_api_big_query v0.63.0) 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() | 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,
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
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.