persistent class %DeepSee.TempSourceId
extends %Persistent
property action
as %Integer;
Update action performed on the record.
property chunk
as %Integer;
The group this source ID belongs to.
property cubeName
as %String;
Name of the cube that populated this record.
property sourceId
as %String;
Original ID from the source table.
index (ID on cubeName,chunk,sourceId) [IdKey];