ImportControl¶
Holds the GUIDs of all imported .scan files. This helps to eliminate duplicate imports of the same data, which could influence for example the usage metering information. The table can also be used to collect information about active scanner versions and history.
Fields¶
Field | Type | Description |
---|---|---|
ContainsMeteringData | bit | True if the scan contains Metering data |
ContainsUalData | bit | True if the scan contains UAL data |
ContainsVirtualizationGuestData | bit | True if the scan contains information about a virtualization guest |
ContainsVirtualizationHostData | bit | True if the scan contains information from a virtualization host |
ContainsWmiData | bit | True if the scan contains WMI (Hardware and Configuration) data |
Encoding | nvarchar | XML Encoding of the imported file |
Error | bit | True if the .scan file could not be imported properly. It will be moved to the archive/bad folder structure. |
ID | bigint | Internal ID for the ImportControl entity (Primary Key) |
ID | bigint | Internal ID for the ImportControl entity (Primary Key) |
ImportBatchSize | int | Size of the import batch |
ImportFolderID | bigint | Internal ID that references the ImportFolder entity (Foreign Key) |
ImportGUID | uniqueidentifier | GUID of the imported .scan file. |
ImportMillis | bigint | Duration of the import for performance analysis |
ImportPerformance1Millis | bigint | OctoSAM internal timing / performance analysis |
ImportPerformance2Millis | bigint | OctoSAM internal timing / performance analysis |
ImportPerformance3Millis | bigint | OctoSAM internal timing / performance analysis |
ImportSequenceNumber | int | Sequence number of the import within a batch |
LastModification | datetime2 | Date/Time of last write to this entity |
LastScan | datetime2 | Date/Time of the scan (time from the scanned system - clock may be out of sync with global time) |
LastScanDate | date | Date part of the LastScan field |
MachineID | bigint | Internal ID that references the Machine entity (Foreign Key) |
OctoSAMBuildInfo | nvarchar | Scanner build information |
OctoscanBuildInfo | nvarchar | Build info about the octoscan2 version that generated the .scan file. |
RuntimeInfo | nvarchar | Scanner runtime information |
ScannerBaseFolder | nvarchar | Folder from where the scanner was started |
ScanType | nvarchar | Internal ID to identify different types of scans |
Tag | nvarchar | Tag value to identifiy the scanner instance. Can be configured per scanner. |
UserID | bigint | Internal ID that references the User entity (Foreign Key) |
WindowsCodePage | int | Windows Code Page of the imported file |