Database Table rundb_dmfilestat ============================================================================ Postgres database: ``iondb`` Postgres table: ``rundb_dmfilestat`` .. include:: ../manual_database_ref_docs/rundb_dmfilestat.rst Schema ------- +------------------+----------------------------------+-----------------------------------+ | 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 | +------------------+----------------------------------+-----------------------------------+