Database Table rundb_pluginresult

Postgres database: iondb

Postgres table: rundb_pluginresult

Plugin result data model.

Schema

Field Type Description
apikey String (up to 256) apikey
config Text config
endtime Date (with time) endtime
id Integer ID
inodes Big (8 byte) integer inodes
jobid Integer jobid
owner User (ForeignKey) the related auth.User row
plugin Plugin (ForeignKey) the related rundb.Plugin row
result Results (ForeignKey) the related rundb.Results row
size Big (8 byte) integer size
starttime Date (with time) starttime
state String (up to 20) state
store Text store

Table of contents

Previous topic

Database Table rundb_plugin

Next topic

Database Table rundb_project

This Page