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

XDimAttributes Data Type

Properties
name data type description
dim_attribute array of XDimAttribute

Example

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