Schema ID: print
Timestamp Field: time
Each record in a the print schema contains the information about one print job.
Fields in the Schema
Type: timestamp
Defaults: 0
The time at which the print job started printing.
Type: timestamp
Defaults: 0
The time the print job took to print.
Type: hostname
Defaults: -
The client hostname (or ip address) that requested the print job.
Type: string
Defaults: -
The name of the user who requested the print job.
Type: string
Defaults: -
The identifier assigned to the job by the printing system. No uniqueness constraint are placed on this field. For example, it is possible for a printing system to reset the job identifiers after each restart of the system.
Type: string
Defaults: -
The printer's name on which the job was printed.
Type: int
Defaults: 1
The number of copies of the job that were printed.
Type: int
Defaults: 0
The number of pages contained in the requested print job not counting the copies, i.e. the number of pages in one copies of the print job.
Type: bytes
Defaults: -
The size of requested print job.
Type: string
Defaults: -
An identifier used to relate the job to an billing account.