JobOptions file valid keys

I am trying the complete list of valid JobOptions keys.
These keys:
‘Plugin’,
‘Frames’,
‘UserName’,
‘MachineName’,
‘Name’,
‘Comment’,
‘Group’,
‘Pool’,
‘Priority’,
‘ChunkSize’,

Can anyone point me to the right link were this would be listed.
I used to go a job directory and look at the xml file to find them, but now with the mongo db, the job keys are not a match with the jobOptions keys.

I see a lot of new options that must be supported in the jobOption file and I would like tot add them

Thanks

This should help:
thinkboxsoftware.com/deadlin … _Info_File

You can also right-click > job properties > “submission params” will give a list of both job & plugin info key=value pairs for a particular job AND if you want to, you can click “EXPORT” and it will dump the info from the DB back out to the usual job/plug info files.

Mike

Thanks Mike