LicenseManagerServerFeatureUsageDetail
Used to record issued/used/filtered used counts per feature.
erDiagram
LicenseManagerServerFeature ||--o{ LicenseManagerServerFeatureUsageDetail : "LicenseManagerServerFeatureID"
Fields
| Field |
Type |
Description |
| ID |
numeric |
Internal ID for the LicenseManagerServerFeatureUsageDetail entity (Primary Key) |
| LastScan |
datetime |
Date/Time this info was obtained |
| LicenseManagerServerFeatureID |
numeric |
Internal ID that references the LicenseManagerServerFeature entity (Foreign Key) |
| LicensesBorrowed |
numeric |
Number of borrowed licenses |
| LicensesCheckedOut |
numeric |
Number of license that are checked-out |
| LicensesIssued |
numeric |
Number of licenses issued |
| LicensesUsed |
numeric |
Number of licenses used |
References
| Column Name |
Referenced Table |
Description |
| LicenseManagerServerFeatureID |
LicenseManagerServerFeature |
Defines a feature within a license manager server |