Catalog Table Storage Descriptor Schema Reference
data class CatalogTableStorageDescriptorSchemaReference(val schemaId: CatalogTableStorageDescriptorSchemaReferenceSchemaId? = null, val schemaVersionId: String? = null, val schemaVersionNumber: Int)
Constructors
Link copied to clipboard
constructor(schemaId: CatalogTableStorageDescriptorSchemaReferenceSchemaId? = null, schemaVersionId: String? = null, schemaVersionNumber: Int)
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
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.