%DeepSee.Model.cellCacheNode
Class %DeepSee.Model.cellCacheNode Extends abstractNode [ Abstract, System = 3 ]
Base class for DeepSee Cell cache meta-data objects.
Parameters
NAMESPACE
Parameter NAMESPACE = "http://www.intersystems.com/deepsee/cellCache";
XMLINCLUDEINGROUP
Parameter XMLINCLUDEINGROUP = 1;
Properties
name
Property name As %DeepSee.Datatype.entityName(XMLPROJECTION = "attribute");
Logical name of this element.
disabled
Property disabled As %Boolean(XMLPROJECTION = "attribute") [ InitialExpression = 0 ];
Disabled flag. If true, then this member will be ignored when the DeepSee cube model is compiled.