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

XDimAttribute Data Type

Properties
name data type description
_type string
chain_ref_column array of XChainColumn
hierarchy XDimAttributes
values array of string
Properties inherited from XField
name string
tags XProperties

Example

{
  "_type" : "...",
  "chain_ref_column" : [ {
    "ref_col" : "...",
    "chain_name" : "...",
    "dest_table" : "..."
  }, {
    "ref_col" : "...",
    "chain_name" : "...",
    "dest_table" : "..."
  } ],
  "hierarchy" : {
    "dim_attribute" : [ {
      "_type" : "...",
      "chain_ref_column" : [ { }, { } ],
      "hierarchy" : { },
      "values" : [ "...", "..." ],
      "name" : "...",
      "tags" : { }
    }, {
      "_type" : "...",
      "chain_ref_column" : [ { }, { } ],
      "hierarchy" : { },
      "values" : [ "...", "..." ],
      "name" : "...",
      "tags" : { }
    } ]
  },
  "values" : [ "...", "..." ],
  "name" : "...",
  "tags" : {
    "property" : [ {
      "name" : "...",
      "value" : "..."
    }, {
      "name" : "...",
      "value" : "..."
    } ]
  }
}