catalogName | string | Required | The name of the catalog. |
name | string | Required | The name of the schema. |
browseOnly | bool | Read-only | Whether this schema can only be browsed. |
catalogType | 'MANAGED_CATALOG' | 'DELTASHARING_CATALOG' | 'FOREIGN_CATALOG' | 'SYSTEM_CATALOG' | Read-only | The type of the catalog. |
comment | string | | User-provided free-form text description. |
createdAt | int | Read-only | Time at which this schema was created, in epoch milliseconds. |
createdBy | string | Read-only | Username of schema creator. |
effectivePredictiveOptimizationFlag | SchemaEffectivePredictiveOptimizationFlag | Read-only | Effective predictive optimization flag for the schema. |
enablePredictiveOptimization | 'DISABLE' | 'ENABLE' | 'INHERIT' | | Whether predictive optimization is enabled for the schema. |
fullName | string | Read-only | The full name of the schema. |
metastoreId | string | Read-only | Unique identifier of the metastore for the schema. |
owner | string | | Username of current owner of schema. |
schemaId | string | Read-only | Unique identifier of the schema. |
storageLocation | string | Read-only | Storage location for the schema. |
storageRoot | string | | Storage root URL for the schema. |
updatedAt | int | Read-only | Time at which this schema was last modified, in epoch milliseconds. |
updatedBy | string | Read-only | Username of user who last modified schema. |