%DeepSee.IDList
Class %DeepSee.IDList Extends %Persistent [ System = 3 ]
This table is used to hold lists of IDs when a DeepSee query needs to restrict the member of a given dimension.
Properties
cubeName
Property cubeName As %String(MAXLEN = 255);
Name of the cube that populated this record.
queryKey
Property queryKey As %String(MAXLEN = 255);
Key for the query that populated this record.
factNo
Property factNo As %Integer;
Fact number of the dimension.
memberId
Property memberId As %Integer;
Id in the member table.