ALM Project Database Reference
td.ANALYSIS_ITEM_RESULTS Table
Description
For internal use. Do not change data in this table.
Remarks
Data results of graphs generated by users of the REST API.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key AIR_IDThe record ID.int4   
 AIR_ANALYSIS_ITEM_ID

The graph whose result is stored in this record.

ANALYSIS_ITEMS.AI_ID

int4   
 AIR_ANALYSIS_ITEM_VER_STAMPThe version number of this record.int4   
 AIR_RESULT_TYPEThe type. For example, Graph or ProjectReport.varchar15  
 AIR_CONTEXT_KEYThe context in which the result was generated. For example, users belonging to groups with different permission may see different results.varchar36   
 AIR_EXPIRATION_DATEAfter this date, the data is not used and may be automatically purged.datetime4   
 AIR_RESULT_DATA_PATHThe location of the results in the repository.varchar50  
 AIR_DATAThe result data as a binary stream.image16  
Indexes
See Also