std::stringtapePool;/**< The name of the tape pool for both archive and retrieve */
uint64_tpriority;/**< The priority for the mount, defined as the highest priority of all queued jobs */
uint64_tmaxDrivesAllowed;/**< The maximum number of drives allowed for this tape pool, defined as the highest value amongst jobs */
uint64_tminArchiveRequestAge;/**< The maximum amount of time to wait before forcing a mount in the absence of enough data. Defined as the smallest value amongst jobs.*/
time_tminArchiveRequestAge;/**< The maximum amount of time to wait before forcing a mount in the absence of enough data. Defined as the smallest value amongst jobs.*/
uint64_tfilesQueued;/**< The number of files queued for this queue */
uint64_tbytesQueued;/**< The amount of data currently queued */
time_toldestJobStartTime;/**< Creation time of oldest request */