Storage

Storage contains the configuration required to query a table in Storage.

Fields

temporaryboolean
Temporary tables are deleted at the end of the session.
externalboolean
External indicates the table is read-only.
databaseNamestring
DatabaseName is the database containing the table.
tableNamestring
TableName is used to reference a table in Storage. It is generated and only returned as output.
partitionsarray of Field
Partitions containing the table's data.
formatstring
Format the table is written in, should be "ORC" or the Java package of SerDe to use (ie. org.apache.hive.hcatalog.data.JsonSerDe)
locationstring
Location where a table is stored.
tablePropertiesarray of Storage.TablePropertiesEntry
TableProperties dictate how a table is decoded.