tableSourceType property

String? tableSourceType
getter/setter pair

The table source type.

Output only. Possible string values are:

  • "TABLE_SOURCE_TYPE_UNSPECIFIED" : Default unknown type.
  • "BIGQUERY_VIEW" : Table view.
  • "BIGQUERY_TABLE" : BigQuery native table.
  • "BIGQUERY_MATERIALIZED_VIEW" : BigQuery materialized view.

Implementation

core.String? tableSourceType;