FileType¶
Lookup table for collected file types.
erDiagram
FileType ||--o{ File : "FileTypeID"
Fields¶
| Field | Type | Description |
|---|---|---|
| Description | string | Description of the FileType |
| ID | numeric | Internal ID for the FileType entity (Primary Key) |
| Name | string | Name of the FileType |
| OctopusID | string | OctoSAM internal name for programmatic access to the file type (e.g., in queries) |
Referenced by¶
| Table | Column Name | Description |
|---|---|---|
| File | FileTypeID | Contains collected files per machine |