Skip to content

MachineUsbDevice

Reserved for future use.

erDiagram
    Machine ||--o{ MachineUsbDevice : "MachineID"
    UsbDevice ||--o{ MachineUsbDevice : "UsbDeviceID"

Fields

Field Type Description
ID numeric Internal ID for the MachineUsbDevice entity (Primary Key)
MachineID numeric Internal ID that references the Machine entity (Foreign Key)
UsbDeviceID numeric Internal ID that references the UsbDevice entity (Foreign Key)

References

Column Name Referenced Table Description
MachineID Machine Basic machine information. A machine is a physical or virtual device that can be scanned by OctoSAM Inventory. A machine can also be a mobile device such as a phone or tablet.
UsbDeviceID UsbDevice Reserved for future use