DeltaTableSchemaResponse

data class DeltaTableSchemaResponse(val format: String, val mapping: String, val name: String, val optional: Boolean)

Delta table schema properties

Constructors

Link copied to clipboard
constructor(format: String, mapping: String, name: String, optional: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Delta table format supported.

Link copied to clipboard

Delta table schema mapping.

Link copied to clipboard

Delta table schema name.

Link copied to clipboard

Delta table schema optional.