Skip to main content

GoogleCloudBigQueryDatasetTableType

No description

enum GoogleCloudBigQueryDatasetTableType {
TABLE
VIEW
SNAPSHOT
MATERIALIZED_VIEW
EXTERNAL
}

Values

GoogleCloudBigQueryDatasetTableType.TABLE

The normal BigQuery table

GoogleCloudBigQueryDatasetTableType.VIEW

The virtual table

GoogleCloudBigQueryDatasetTableType.SNAPSHOT

The read-only table

GoogleCloudBigQueryDatasetTableType.MATERIALIZED_VIEW

The materialized view

GoogleCloudBigQueryDatasetTableType.EXTERNAL

A table referred from an external storage system

Member of

GoogleCloudBigQueryDatasetTable object