CatalogTableStorageDescriptorSchemaReference

data class CatalogTableStorageDescriptorSchemaReference(val schemaId: CatalogTableStorageDescriptorSchemaReferenceSchemaId? = null, val schemaVersionId: String? = null, val schemaVersionNumber: Int)

Constructors

constructor(schemaId: CatalogTableStorageDescriptorSchemaReferenceSchemaId? = null, schemaVersionId: String? = null, schemaVersionNumber: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration block that contains schema identity fields. Either this or the schema_version_id has to be provided. See schema_id below.

Link copied to clipboard
val schemaVersionId: String? = null

Unique ID assigned to a version of the schema. Either this or the schema_id has to be provided.

Link copied to clipboard

Version number of the schema.