managedTableType property

String? managedTableType
getter/setter pair

The classification of the destination table. Possible string values are:

  • "MANAGED_TABLE_TYPE_UNSPECIFIED" : Type unspecified. This defaults to NATIVE table.
  • "NATIVE" : The managed table is a native BigQuery table. This is the default value.
  • "BIGLAKE" : The managed table is a BigQuery table for Apache Iceberg (formerly BigLake managed tables), with a BigLake configuration.

Implementation

core.String? managedTableType;