CoreFile
Name: Core File
Type: Core
Description: Files stored on the application server
| Field | Documentation |
|---|---|
| fileId | Unique identifier of the file or attachment. |
| filePath | File path relative to the root directory for the current aplication and database. |
| FileType | File type classification (e.g., image, fileType, Report Document, application, Case Type Work). |
| fileSize | File size in bytes. |
| fileCRC | Optional cyclic redundancy check. |
| fileTime | Time when the file was modified. |
| contentType | HTTP content type (e.g., image/jpeg, application/pdf, etc.). |
| contentEncoding | Method by which the file's contents were encoded. |
| Description.CoreFile | Description of the file. |
| expiryTime.CoreFile | Timestamp for when the file can be deemed as expired and marked for deletion. |
| recordStatus | Status of the record (A = active, D = deleted, N = under construction). |
| fileData | Contents of the file. |
| physicalFileOnly | Keep a physical copy of the file, regardless of size. |