%DeepSee.Model.cellCacheItem
Class %DeepSee.Model.cellCacheItem Extends cellCacheNode [ System = 4 ]
Meta-data for an item within a DeepSee cube cell cache specification.
Parameters
XMLNAME
Parameter XMLNAME = "item";
Properties
group
Relationship group As %DeepSee.Model.cellGroup(XMLPROJECTION = "none") [ Cardinality = one, Inverse = items ];
Cell group that this item belongs to.
facts
Property facts As list Of %String(MAXLEN = 255, XMLNAME = "fact", XMLPROJECTION = "ELEMENT");
Set of facts defined for this item. These are the names of properties in the fact table.
elements
Property elements As list Of %String(MAXLEN = 255, XMLNAME = "element", XMLPROJECTION = "ELEMENT");
Set of cube elements defined for this item. These are MDX expressions that are converted to fact names.