x_storage_tables Data Type

Storage table elements describing the storage name, its update periods and table description.

Java class for x_storage_tables complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="x_storage_tables">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="storage_table" type="{uri:lens:cube:0.1}x_storage_table_element" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Namespace
uri:lens:cube:0.1
Schema
ns2.xsd
Properties
name data type type namespace min/max occurs description
storage_table x_storage_table_element element ns2 0/unbounded  

Example

<x----- xmlns="uri:lens:cube:0.1">
  <storage_table>
    <update_periods>
      <update_period_table_descriptor/>
      <update_period>...</update_period>
    </update_periods>
    <storage_name>...</storage_name>
    <table_desc collection_delimiter="..." compressed="..." escape_char="..." external="..." field_delimiter="..." input_format="..." line_delimiter="..." map_key_delimiter="..." num_buckets="..." output_format="..." serde_class_name="..." storage_handler_name="..." table_location="...">
      <part_cols/>
      <table_parameters/>
      <serde_parameters/>
      <bucket_cols>...</bucket_cols>
      <sort_cols>...</sort_cols>
      <sort_col_order>...</sort_col_order>
      <skewed_info/>
      <time_part_cols>...</time_part_cols>
    </table_desc>
  </storage_table>
</x----->