class %Document.Model.Schema.index
extends node
relationship collection
as collection(XMLPROJECTION="none") [ Inverse = indexes,Cardinality = one ];
Thing that this property belongs to.
property constraint
as %String(MAXLEN=10,XMLCHOICELIST="idkey,primarykey,unique",XMLPROJECTION="attribute");
property data
as %String(MAXLEN=500,XMLPROJECTION="attribute");
Specifies a list of properties whose values are to be stored within this index.
property key
as %String(MAXLEN=500,XMLPROJECTION="attribute");
property type
as %String(MAXLEN=500,XMLCHOICELIST="standard,bitmap,bitmapextent,bitslice",XMLPROJECTION="attribute");
Specifies the type of the index.
method %Validate()
as %Status
Test if this definition is valid.