LicenseManagerServerFeatureUsageDetail¶
Used to record issued/used/filtered used counts per feature.
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 |