File¶
Contains collected files per machine.
Fields¶
| Field | Type | Description |
|---|---|---|
| CreationTime | datetime | CreationTime of the file |
| Data | varbinary | File data |
| Filename | string | File name |
| FileTypeID | numeric | Internal ID that references the FileType entity (Foreign Key) |
| ID | numeric | Internal ID for the File entity (Primary Key) |
| LastAccessTime | datetime | Last access time of the file |
| LastWriteTime | datetime | Last write time of the file |
| MachineID | numeric | Internal ID that references the Machine entity (Foreign Key) |
| Path | string | Original full path of the file |