x_update_periods Data Type

A list of update_period which contains either update period table descriptor or list of update_peroid enum.

Java class for x_update_periods complex type.

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

 <complexType name="x_update_periods">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice minOccurs="0">
         <element name="update_period_table_descriptor" type="{uri:lens:cube:0.1}x_update_period_table_descriptor" maxOccurs="unbounded" minOccurs="0"/>
         <element name="update_period" type="{uri:lens:cube:0.1}x_update_period" maxOccurs="unbounded" minOccurs="0"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 

Namespace
uri:lens:cube:0.1
Schema
ns2.xsd
Properties
name data type type namespace min/max occurs description
update_period string element ns2 0/unbounded  
update_period_table_descriptor x_update_period_table_descriptor element ns2 0/unbounded  

Example

<x----- xmlns="uri:lens:cube:0.1">
  <update_period_table_descriptor>
    <update_period>...</update_period>
    <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>
  </update_period_table_descriptor>
  <update_period>...</update_period>
</x----->