LicenseManagerServerScan¶
Each statistics scan generates a record here. The information can be used to observe license manager scan.
Fields¶
Field | Type | Description |
---|---|---|
Features | int | Number of features scanned, |
ID | bigint | Internal ID for the LicenseManagerServerScan entity (Primary Key) |
LastScan | datetime2 | Date/TIME this record was created |
LicenseManagerServerID | bigint | Internal ID that references the LicenseManagerServer entity (Foreign Key) |
ScanDurationMilliseconds | int | Duration of this scan in milliseconds, |
UsageLevel | int | Usage Level of this scan (-1 for low, 0 for normal, 1 for high usage), |