viewType property

String? viewType
getter/setter pair

Type of this view. Possible string values are:

  • "VIEW_TYPE_UNSPECIFIED" : Default unknown view type.
  • "STANDARD_VIEW" : Standard view.
  • "MATERIALIZED_VIEW" : Materialized view.

Implementation

core.String? viewType;