HP ALM Database Reference
td.SMART_REPOSITORY_LOGICAL_FILE Table

Description

For internal use. Do not change data in this table.

Remarks

The repository files as seen by the user.

Columns

 Column NameDescriptionDatatypeLengthAllow NullsDefault
Primary Key SRLF_IDThe record ID.int4  
 SRLF_PARENT_PATHThe logical path to the file. The directory separator is a backslash (\).varchar255  
 SRLF_NAMEThe file name.varchar255  
 SRLF_PHYSICAL_IDThe SMART_REPOSITORY_PHYSICAL_FILE.SRPF_IDint4  
 SRLF_IS_DIRECTORY

Y- Item is directory.

N- Item is file.

varchar1  
 SRLF_LAST_MODIFIEDTime of last file modification.datetime4  
 SRLF_SIZEFile size.int4  

See Also