For internal use. Do not change data in this table.
The repository files as seen by the user.
Column Name | Description | Datatype | Length | Allow Nulls | Default | |
---|---|---|---|---|---|---|
![]() | SRLF_ID | The record ID. | int | 4 | ||
SRLF_PARENT_PATH | The logical path to the file. The directory separator is a backslash (\). | varchar | 255 | |||
SRLF_NAME | The file name. | varchar | 255 | |||
SRLF_PHYSICAL_ID | The SMART_REPOSITORY_PHYSICAL_FILE.SRPF_ID | int | 4 | |||
SRLF_IS_DIRECTORY | Y- Item is directory. N- Item is file. | varchar | 1 | |||
SRLF_LAST_MODIFIED | Time of last file modification. | datetime | 4 | |||
SRLF_SIZE | File size. | int | 4 |