Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.17 KB

SchemaInfo.md

File metadata and controls

16 lines (13 loc) · 1.17 KB

SchemaInfo

Properties

Name Type Description Notes
name String Name of schema, relative to parent catalog. [optional] [default to null]
catalog_name String Name of parent catalog. [optional] [default to null]
comment String User-provided free-form text description. [optional] [default to null]
properties Map A map of key-value properties attached to the securable. [optional] [default to null]
full_name String Full name of schema, in form of catalog_name.schema_name. [optional] [default to null]
created_at Long Time at which this schema was created, in epoch milliseconds. [optional] [default to null]
updated_at Long Time at which this schema was last modified, in epoch milliseconds. [optional] [default to null]
schema_id String Unique identifier for the schema. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]