Google Cloud (GCP) BigQuery table
gcp.project.bigqueryService.table MQL resource for querying Google Cloud infrastructure with cnquery and cnspec.
Google CloudPrivate Resource
Google Cloud (GCP) BigQuery table
Min version: latestDefaults:
idRelationships
4 resources · 7 relationships·Click to select, expand fields to see properties.
Fields (25)
| Field | Type | Description |
|---|---|---|
clusteringFieldsrequired | dict | Data clustering configuration |
createdrequired | time | Creation timestamp |
datasetIdrequired | string | Dataset ID |
descriptionrequired | string | User-friendly description of the table |
expirationTimerequired | time | Time when this table expires |
externalDataConfigrequired | dict | Information about table stored outside of BigQuery. |
idrequired | string | Table ID |
kmsNamerequired | string | Cloud KMS encryption key that is used to protect BigQuery table |
labelsrequired | map[string]string | User-provided labels |
locationrequired | string | Location of the table |
materializedViewrequired | dict | Information for materialized views |
modifiedrequired | time | Modified timestamp |
namerequired | string | The user-friendly name for the table |
numBytesrequired | int | Size of the table in bytes |
numLongTermBytesrequired | int | Number of bytes in the table considered "long-term storage" for reduced billing purposes |
numRowsrequired | int | Number of rows of data in this table |
projectIdrequired | string | Project ID |
rangePartitioningrequired | dict | Integer-range-based partitioning on a table |
requirePartitionFilterrequired | int | Whether queries that reference this table must specify a partition filter |
schemarequired | []dict | Table schema |
snapshotTimerequired | time | Snapshot creation time |
timePartitioningrequired | dict | Time-based date partitioning on a table |
typerequired | string | Table Type |
useLegacySQLrequired | int | Whether the view query uses Legacy SQL |
viewQueryrequired | string | Query to use for a logical view |