type property

String? type
getter/setter pair

Type of this table. Possible string values are:

  • "TABLE_TYPE_UNSPECIFIED" : Default unknown table type.
  • "NATIVE" : Native table.
  • "EXTERNAL" : External table.

Implementation

core.String? type;