CONFIGURATION
This table represents a printer configuration at the highest level, including the printer name, model, and whether it can be assigned.
|
Field name |
Data type |
Description |
|---|---|---|
|
CONFIGURATION_ID |
BIGINT |
The primary key. |
|
CONFIGURATION_NAME |
VARCHAR(255) |
The configuration name. |
|
ASSIGNABLE |
SMALLINT/ TINYINT* |
The flag indicating whether the configuration is assignable. |
|
DESCRIPTION |
VARCHAR(4000) |
A user‑entered description of the configuration. |
|
LAST_MODIFIED |
TIMESTAMP |
The time stamp of the last edit of the configuration. |
|
MANAGING_DEV_CERTIFICATE |
BOOLEAN |
The default Boolean value. This field indicates whether this configuration manages the device certificate automatically. |
*This data type is required for Microsoft SQL Server.