class %DeepSee.Model.index
extends %DeepSee.Model.node
Meta-data object that represents an additional index within the fact table for a DeepSee cube.
The DeepSee engine does not make use of such indices, but an application may have need of extra indices.
relationship cube
as %DeepSee.Model.cube(XMLPROJECTION="none") [ Inverse = indices,Cardinality = one ];
Cube that this index belongs to.
property properties
as %DeepSee.Datatype.string(MAXLEN=500,XMLPROJECTION="attribute");
Property list for the index.
property type
as %DeepSee.Datatype.string(VALUELIST=",bitmap,bitslice,index,key",XMLPROJECTION="attribute");
Type of index.
method %Validate()
as %Status
Test if this index's definition is valid.