Class: Polars::Catalog::Unity::CatalogInfo
- Inherits:
-
Struct
- Object
- Struct
- Polars::Catalog::Unity::CatalogInfo
- Defined in:
- lib/polars/catalog/unity/catalog_info.rb
Overview
Information for a catalog within a metastore.
Instance Attribute Summary collapse
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#created_by ⇒ Object
Returns the value of attribute created_by.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#properties ⇒ Object
Returns the value of attribute properties.
-
#storage_location ⇒ Object
Returns the value of attribute storage_location.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
-
#updated_by ⇒ Object
Returns the value of attribute updated_by.
Instance Attribute Details
#comment ⇒ Object
Returns the value of attribute comment
5 6 7 |
# File 'lib/polars/catalog/unity/catalog_info.rb', line 5 def comment @comment end |
#created_at ⇒ Object
Returns the value of attribute created_at
5 6 7 |
# File 'lib/polars/catalog/unity/catalog_info.rb', line 5 def created_at @created_at end |
#created_by ⇒ Object
Returns the value of attribute created_by
5 6 7 |
# File 'lib/polars/catalog/unity/catalog_info.rb', line 5 def created_by @created_by end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/polars/catalog/unity/catalog_info.rb', line 5 def name @name end |
#options ⇒ Object
Returns the value of attribute options
5 6 7 |
# File 'lib/polars/catalog/unity/catalog_info.rb', line 5 def @options end |
#properties ⇒ Object
Returns the value of attribute properties
5 6 7 |
# File 'lib/polars/catalog/unity/catalog_info.rb', line 5 def properties @properties end |
#storage_location ⇒ Object
Returns the value of attribute storage_location
5 6 7 |
# File 'lib/polars/catalog/unity/catalog_info.rb', line 5 def storage_location @storage_location end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
5 6 7 |
# File 'lib/polars/catalog/unity/catalog_info.rb', line 5 def updated_at @updated_at end |
#updated_by ⇒ Object
Returns the value of attribute updated_by
5 6 7 |
# File 'lib/polars/catalog/unity/catalog_info.rb', line 5 def updated_by @updated_by end |