This project has retired. For details please refer to its Attic page.
Lens Server: XStorageTableElement

XStorageTableElement Data Type

Properties
name data type description
update_periods XUpdatePeriods
storage_name string
table_desc XStorageTableDesc

Example

{
  "update_periods" : {
    "update_period" : [ "YEARLY", "MONTHLY" ]
  },
  "storage_name" : "...",
  "table_desc" : {
    "external" : true,
    "part_cols" : {
      "column" : [ { }, { } ]
    },
    "table_parameters" : {
      "property" : [ { }, { } ]
    },
    "serde_parameters" : {
      "property" : [ { }, { } ]
    },
    "bucket_cols" : [ "...", "..." ],
    "sort_cols" : [ "...", "..." ],
    "sort_col_order" : [ 12345, 12345 ],
    "skewed_info" : [ {
      "col_names" : [ "...", "..." ],
      "col_values" : [ { }, { } ],
      "value_location_map" : [ { }, { } ]
    }, {
      "col_names" : [ "...", "..." ],
      "col_values" : [ { }, { } ],
      "value_location_map" : [ { }, { } ]
    } ],
    "time_part_cols" : [ "...", "..." ]
  }
}