Database Table rundb_filemonitor ============================================================================ Postgres database: ``iondb`` Postgres table: ``rundb_filemonitor`` .. include:: ../manual_database_ref_docs/rundb_filemonitor.rst Schema ------- +--------------------+------------------------+------------------+ | Field | Type | Description | +====================+========================+==================+ | celery\_task\_id | String (up to 60) | celery task id | +--------------------+------------------------+------------------+ | created | Date (with time) | created | +--------------------+------------------------+------------------+ | id | Integer | ID | +--------------------+------------------------+------------------+ | local\_dir | String (up to 512) | local dir | +--------------------+------------------------+------------------+ | name | String (up to 255) | name | +--------------------+------------------------+------------------+ | progress | Big (8 byte) integer | progress | +--------------------+------------------------+------------------+ | size | Big (8 byte) integer | size | +--------------------+------------------------+------------------+ | status | String (up to 60) | status | +--------------------+------------------------+------------------+ | tags | String (up to 1024) | tags | +--------------------+------------------------+------------------+ | updated | Date (with time) | updated | +--------------------+------------------------+------------------+ | url | String (up to 2000) | url | +--------------------+------------------------+------------------+