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