Class: Polars::Catalog::Unity::CatalogInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/polars/catalog/unity/catalog_info.rb

Overview

Information for a catalog within a metastore.

Instance Attribute Summary collapse

Instance Attribute Details

#commentObject

Returns the value of attribute comment

Returns:

  • (Object)

    the current value of comment



5
6
7
# File 'lib/polars/catalog/unity/catalog_info.rb', line 5

def comment
  @comment
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



5
6
7
# File 'lib/polars/catalog/unity/catalog_info.rb', line 5

def created_at
  @created_at
end

#created_byObject

Returns the value of attribute created_by

Returns:

  • (Object)

    the current value of created_by



5
6
7
# File 'lib/polars/catalog/unity/catalog_info.rb', line 5

def created_by
  @created_by
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/polars/catalog/unity/catalog_info.rb', line 5

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



5
6
7
# File 'lib/polars/catalog/unity/catalog_info.rb', line 5

def options
  @options
end

#propertiesObject

Returns the value of attribute properties

Returns:

  • (Object)

    the current value of properties



5
6
7
# File 'lib/polars/catalog/unity/catalog_info.rb', line 5

def properties
  @properties
end

#storage_locationObject

Returns the value of attribute storage_location

Returns:

  • (Object)

    the current value of storage_location



5
6
7
# File 'lib/polars/catalog/unity/catalog_info.rb', line 5

def storage_location
  @storage_location
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



5
6
7
# File 'lib/polars/catalog/unity/catalog_info.rb', line 5

def updated_at
  @updated_at
end

#updated_byObject

Returns the value of attribute updated_by

Returns:

  • (Object)

    the current value of updated_by



5
6
7
# File 'lib/polars/catalog/unity/catalog_info.rb', line 5

def updated_by
  @updated_by
end