CatalogTableOpenTableFormatInputIcebergInput

data class CatalogTableOpenTableFormatInputIcebergInput(val metadataOperation: String, val version: String? = null)

Constructors

constructor(metadataOperation: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A required metadata operation. Can only be set to CREATE.

Link copied to clipboard
val version: String? = null

The table version for the Iceberg table. Defaults to 2.