tableFormat property

String? tableFormat
getter/setter pair

The table format for the BigQuery table.

Optional. Possible string values are:

  • "TABLE_FORMAT_UNSPECIFIED" : Default value.
  • "ICEBERG" : Apache Iceberg format.

Implementation

core.String? tableFormat;