relationType property
The type of this relation. Possible string values are:
- "RELATION_TYPE_UNSPECIFIED" : Default value. This value is unused.
- "TABLE" : The relation is a table.
- "VIEW" : The relation is a view.
- "INCREMENTAL_TABLE" : The relation is an incrementalized table.
- "MATERIALIZED_VIEW" : The relation is a materialized view.
Implementation
core.String? relationType;