Get Table Result
Constructors
Properties
Clone definition.
Beta Clustering specification for the table. Must be specified with partitioning, data in the table will be first partitioned and subsequently clustered.
The time when this table was created, in milliseconds since the epoch.
The default collation of the table.
The default rounding mode of the table.
Optional A user-friendly description of this table.
Custom encryption configuration (e.g., Cloud KMS keys).
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. The defaultTableExpirationMs property of the encapsulating dataset can be used to set a default expirationTime on newly created tables.
Optional Describes the data format, location, and other properties of a table stored outside of BigQuery. By defining these properties, the data source can then be queried as if it were a standard BigQuery table.
Optional A descriptive name for this table.
The labels associated with this table. You can use these to organize and group your tables. Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter and each label in the list must have a different key.
The time when this table was last modified, in milliseconds since the epoch.
Optional Materialized view definition.
Optional Max staleness of data that could be returned when table or materialized view is queried (formatted as Google SQL Interval type).
Output-only, Beta Present iff this table represents a ML model. Describes the training information for the model, and it is required to run 'PREDICT' queries.
Number of logical bytes that are less than 90 days old.
Number of physical bytes less than 90 days old. This data is not kept in real time, and might be delayed by a few seconds to a few minutes.
The number of bytes in the table that are considered "long-term storage".
Number of logical bytes that are more than 90 days old.
Number of physical bytes more than 90 days old. This data is not kept in real time, and might be delayed by a few seconds to a few minutes.
The number of partitions present in the table or materialized view. This data is not kept in real time, and might be delayed by a few seconds to a few minutes.
TrustedTester The physical size of this table in bytes, excluding any data in the streaming buffer. This includes compression and storage used for time travel.
Number of physical bytes used by time travel storage (deleted or changed data). This data is not kept in real time, and might be delayed by a few seconds to a few minutes.
Total number of logical bytes in the table or materialized view.
The physical size of this table in bytes. This also includes storage used for time travel. This data is not kept in real time, and might be delayed by a few seconds to a few minutes.
TrustedTester Range partitioning specification for this table. Only one of timePartitioning and rangePartitioning should be specified.
Optional If set to true, queries over this table require a partition filter that can be used for partition elimination to be specified.
Optional Describes the schema of this table.
Snapshot definition.
Contains information regarding this table's streaming buffer, if one is present. This field will be absent if the table is not being streamed to or if there is no data in the streaming buffer.
Optional The table constraints on the table.
Required Reference describing the ID of this table.
Time-based partitioning specification for this table. Only one of timePartitioning and rangePartitioning should be specified.
Describes the table type. The following values are supported: TABLE: A normal BigQuery table. VIEW: A virtual table defined by a SQL query. SNAPSHOT: An immutable, read-only table that is a copy of another table. TrustedTester MATERIALIZED_VIEW: SQL query whose result is persisted. EXTERNAL: A table that references data stored in an external storage system, such as Google Cloud Storage. The default value is TABLE.
Optional The view definition.