PRINTER_OPTIONS
This table represents installed options on printers when data was collected. There is a row in this table for each option currently installed on a given printer, all pointing to the same PRINTER_ID. Typically, the option is a storage device.
|
Field Name |
Data Type |
Description |
|---|---|---|
|
OPTION_ID |
BIGINT |
The primary key. |
|
FREESPACE_ |
BIGINT |
The amount of space remaining on the storage device. |
|
NAME |
VARCHAR(255) |
The name of the printer option (for example, DISK). |
|
SIZE_ |
BIGINT |
The total amount of space. |
|
PRINTER_ID |
BIGINT |
The foreign key to NETWORK_PRINTER.PRINTER_ID. |