type property

String? type
getter/setter pair

The table type. Possible string values are:

  • "TYPE_UNSPECIFIED" : The type is not specified.
  • "HIVE" : Represents a table compatible with Hive Metastore tables.

Implementation

core.String? type;