persistent class %WebStress.Tables.NoDelay
extends %Persistent, %XML.Adaptor
parameter CorrelateOn = "Item";
Name of item to correlate on to import this XData
parameter FileTimestamp = "60212,85655";
property Code
as %String(TRUNCATE=1,XMLPROJECTION="Attribute");
The suffix type (jpg,gif,etc)
property Description
as %String(TRUNCATE=1,XMLPROJECTION="Attribute");
Free text that describes the type of file
classmethod Populate()
as %Status
This is called by the projection method to find the XDATA blocks and build the persistent data from the items within these blocks
index (Code on Code) [Unique];