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