Class: Polars::Catalog::Unity::NamespaceInfo
- Inherits:
-
Struct
- Object
- Struct
- Polars::Catalog::Unity::NamespaceInfo
- Defined in:
- lib/polars/catalog/unity/namespace_info.rb
Overview
Information for a namespace within a catalog.
This is also known by the name "schema" in unity catalog terminology.
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.
-
#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
7 8 9 |
# File 'lib/polars/catalog/unity/namespace_info.rb', line 7 def comment @comment end |
#created_at ⇒ Object
Returns the value of attribute created_at
7 8 9 |
# File 'lib/polars/catalog/unity/namespace_info.rb', line 7 def created_at @created_at end |
#created_by ⇒ Object
Returns the value of attribute created_by
7 8 9 |
# File 'lib/polars/catalog/unity/namespace_info.rb', line 7 def created_by @created_by end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/polars/catalog/unity/namespace_info.rb', line 7 def name @name end |
#properties ⇒ Object
Returns the value of attribute properties
7 8 9 |
# File 'lib/polars/catalog/unity/namespace_info.rb', line 7 def properties @properties end |
#storage_location ⇒ Object
Returns the value of attribute storage_location
7 8 9 |
# File 'lib/polars/catalog/unity/namespace_info.rb', line 7 def storage_location @storage_location end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
7 8 9 |
# File 'lib/polars/catalog/unity/namespace_info.rb', line 7 def updated_at @updated_at end |
#updated_by ⇒ Object
Returns the value of attribute updated_by
7 8 9 |
# File 'lib/polars/catalog/unity/namespace_info.rb', line 7 def updated_by @updated_by end |