Skip to main content

UnitySchema

Properties

PropertyTypeAttributesDescription
catalogNamestringRequiredThe name of the catalog.
namestringRequiredThe name of the schema.
browseOnlyboolRead-onlyWhether this schema can only be browsed.
catalogType'MANAGED_CATALOG' | 'DELTASHARING_CATALOG' | 'FOREIGN_CATALOG' | 'SYSTEM_CATALOG'Read-onlyThe type of the catalog.
commentstringUser-provided free-form text description.
createdAtintRead-onlyTime at which this schema was created, in epoch milliseconds.
createdBystringRead-onlyUsername of schema creator.
effectivePredictiveOptimizationFlagSchemaEffectivePredictiveOptimizationFlagRead-onlyEffective predictive optimization flag for the schema.
enablePredictiveOptimization'DISABLE' | 'ENABLE' | 'INHERIT'Whether predictive optimization is enabled for the schema.
fullNamestringRead-onlyThe full name of the schema.
metastoreIdstringRead-onlyUnique identifier of the metastore for the schema.
ownerstringUsername of current owner of schema.
schemaIdstringRead-onlyUnique identifier of the schema.
storageLocationstringRead-onlyStorage location for the schema.
storageRootstringStorage root URL for the schema.
updatedAtintRead-onlyTime at which this schema was last modified, in epoch milliseconds.
updatedBystringRead-onlyUsername of user who last modified schema.

SchemaEffectivePredictiveOptimizationFlag

PropertyTypeAttributesDescription
inheritedFromNamestringRead-onlyThe name from which the flag is inherited.
inheritedFromType'CATALOG' | 'SCHEMA' | 'TABLE'Read-onlyThe type from which the flag is inherited.
value'DISABLE' | 'ENABLE' | 'INHERIT'Read-onlyThe effective predictive optimization flag value.