Skip to Content Information Center
Markvision Enterprise

Markvision Enterprise

NETWORK_PRINTER

This table represents the actual printer portion of the physical printer.

Field NameData TypeDescription

*This data type is required for Microsoft SQL Server.

PRINTER_ID

BIGINT

The primary key.

MANUFACTURER

VARCHAR(255)

The company that actually made the printer. May differ from DISPLAY_MANUFACTURER.

MODEL_NAME

VARCHAR(255)

The model name of the printer.

SERIAL_NUMBER

VARCHAR(50)

The serial number of this printer.

SYSTEM_NAME

VARCHAR(255)

The name used to identify the device.

COPY

SMALLINT/ TINYINT*

The flag indicating whether the printer supports copying.

DUPLEX

SMALLINT/ TINYINT*

The flag indicating whether the printer supports two‑sided printing.

ESF

SMALLINT/ TINYINT*

The flag indicating whether the printer supports eSF applications.

MARKING_TECHNOLOGY

VARCHAR(255)

The type of marking technology used by the printer (for example, electrophotographic).

MEMORY

BIGINT

The amount of memory, in bytes.

PROFILE

SMALLINT/ TINYINT*

The flag indicating whether this printer supports profiles.

RECEIVE_FAX

SMALLINT/ TINYINT*

The flag indicating whether this printer supports receiving faxes.

SCAN_TO_EMAIL

SMALLINT/ TINYINT*

The flag indicating whether this printer supports scanning to email.

SCAN_TO_FAX

SMALLINT/ TINYINT*

The flag indicating whether this printer supports scanning to fax.

SCAN_TO_NETWORK

SMALLINT/ TINYINT*

The flag indicating whether this printer supports scanning to a network.

SPEED

VARCHAR(255)

The number of sheets that the paper can print per minute.

DISPLAY_MANUFACTURER

VARCHAR(255)

The name that appears on the outside of the printer. For example, MANUFACTURER could be LEXMARK, but DISPLAY_MANUFACTURER could be Dell.

FAMILY_ID

INTEGER

The NPA family ID.

INITIAL_DISCOVERY_TIMESTAMP

TIMESTAMP

When the printer was first discovered.

LIFETIME_PAGE_COUNT

BIGINT

The lifetime page count.

MAINTENANCE_COUNTER

BIGINT

The maintenance counter.

ADAPTER_PORT

INTEGER

The port on which this printer is connected to its associated network adapter. For now, the data is always 1.

PROPERTY_TAG

VARCHAR(255)

The asset, brass, or property tag.

ADAPTER_ID

BIGINT

The foreign key to NETWORK_ADAPTER.ADAPTER_ID.

RAND_SN

SMALLINT/ TINYINT*

The flag indicating whether the current value of SERIAL_NUMBER was randomly generated.

DEV_STATUS_REG_COUNTER

INTEGER

The number of device status registrations.

SCANNER_SERIAL_NUMBER

VARCHAR(12)

For modular MFPs, the serial number of the scan head.

DISK_ENCRYPTION

VARCHAR(8)

The frequency at which disk encryption is enabled.

DISK_WIPING

VARCHAR(8)

The frequency at which disk wiping is enabled.

COLOR

SMALLINT/ TINYINT*

The flag indicating whether the printer prints in color.

PRINTER_STATUS_SUMMARY

SMALLINT/ TINYINT*

The indicator of the most severe status message that is present on the printer.

SUPPLY_STATUS_SUMMARY

SMALLINT/ TINYINT*

The indicator of the most severe supply status message that is present on the printer.

TLI

VARCHAR(255)

The Top Level Indicator (TLI) of the printer model.

FAX_STATION_NAME

VARCHAR(255)

The value of the fax name setting on the printer.

FAX_STATION_NUMBER

VARCHAR(255)

The value of the fax number setting on the printer.

SCANNER_SERIAL_NUMBER

VARCHAR(50)

The serial number of the scanner of the printer.

TIME_ZONE

VARCHAR(255)

The ID for different time zones supported by the printer.

MODULAR_SERIAL_NUMBER

VARCHAR(255)

The modular serial number.

TRACING_SERIAL_NUMBER

VARCHAR(64)

The authentication method that is used to trace the serial number.

Was this article helpful?
Top