Skip to content

LicenseManagerServerFeatureUsageDetailShortTerm

See LicenseManagerServerFeatureUsageDetail table. Short term storage for performance.

erDiagram
    LicenseManagerServerFeature ||--o{ LicenseManagerServerFeatureUsageDetailShortTerm : "LicenseManagerServerFeatureID"

Fields

Field Type Description
ID numeric Internal ID for the LicenseManagerServerFeatureUsageDetailShortTerm 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