tableFormat property

String? tableFormat
getter/setter pair

The table format the metadata only snapshots are stored in.

Required. Possible string values are:

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

Implementation

core.String? tableFormat;