Infoworks 6.2.2
Onboard Data

Purge the archived files

Purge After Days

The Purge After Days field allows you to define how long archived files should be retained.

  • Enter a valid number of days to enable purge tracking.
  • If the field is left empty or set to 0, purge functionality is disabled.

Metadata File Creation

When a valid value is provided in Purge After Days, a metadata file is created for each archived file at the archival location.

Metadata File Name

{file_name}.metadata.json

Example Metadata File

Command
Copy

Purge Mechanism

  • The system calculates the purgeAfter timestamp using the archivedAt time and purgeAfterDays.

  • Any purge script can use this timestamp to delete archived files once the retention period has expired.

  • If Purge After Days is not configured (empty or 0), metadata files are not created, and no purge tracking occurs.