Postgres database: iondb
Postgres table: rundb_dmfilestat
Data management file statistics data model.
| Field | Type | Description |
|---|---|---|
| action_state | String (up to 8) | action state |
| archivepath | String (up to 512) | archivepath |
| created | Date (with time) | created |
| diskspace | Floating point number | diskspace |
| dmfileset | DMFileSet (ForeignKey) | the related rundb.DMFileSet row |
| files_in_use | String (up to 512) | files in use |
| id | Integer | ID |
| preserve_data | Boolean (Either True or False) | preserve data |
| result | Results (ForeignKey) | the related rundb.Results row |
| user_comment | Text | user comment |