tableType property

String? tableType
getter/setter pair

Describes the table type.

The following values are supported: * table: A BigQuery native table. * view: A virtual table defined by a SQL query.

Required.

Implementation

core.String? tableType;