The Device table is a supporting table that stores information about the various capture or render devices. Each record in the table represents one device.
Column | Data Type | Key/Index | Details |
---|---|---|---|
DeviceKey |
Int |
Primary |
Unique number identifying this device |
DeviceName |
nvarchar(256) |
DeviceName + DeviceType is unique |
Device name. |
DeviceType |
Bit |
DeviceName + DeviceType is unique |
DeviceType, 1 is a capture device, 0 is a render device. |
NextUpdateTS |
Datetime |
|
For internal use only. |