Class: Polars::Catalog::Unity::NamespaceInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#commentObject

Returns the value of attribute comment

Returns:

  • (Object)

    the current value of comment



7
8
9
# File 'lib/polars/catalog/unity/namespace_info.rb', line 7

def comment
  @comment
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



7
8
9
# File 'lib/polars/catalog/unity/namespace_info.rb', line 7

def created_at
  @created_at
end

#created_byObject

Returns the value of attribute created_by

Returns:

  • (Object)

    the current value of created_by



7
8
9
# File 'lib/polars/catalog/unity/namespace_info.rb', line 7

def created_by
  @created_by
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/polars/catalog/unity/namespace_info.rb', line 7

def name
  @name
end

#propertiesObject

Returns the value of attribute properties

Returns:

  • (Object)

    the current value of properties



7
8
9
# File 'lib/polars/catalog/unity/namespace_info.rb', line 7

def properties
  @properties
end

#storage_locationObject

Returns the value of attribute storage_location

Returns:

  • (Object)

    the current value of storage_location



7
8
9
# File 'lib/polars/catalog/unity/namespace_info.rb', line 7

def storage_location
  @storage_location
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



7
8
9
# File 'lib/polars/catalog/unity/namespace_info.rb', line 7

def updated_at
  @updated_at
end

#updated_byObject

Returns the value of attribute updated_by

Returns:

  • (Object)

    the current value of updated_by



7
8
9
# File 'lib/polars/catalog/unity/namespace_info.rb', line 7

def updated_by
  @updated_by
end