Skip to content

LicenseManagerServerFeatureUsageDetail

Used to record issued/used/filtered used counts per feature.

Fields

Field Type Description
ID bigint Internal ID for the LicenseManagerServerFeatureUsageDetail entity (Primary Key)
LastScan datetime2 Date/Time this info was obtained
LicenseManagerServerFeatureID bigint Internal ID that references the LicenseManagerServerFeature entity (Foreign Key)
LicensesBorrowed int Number of borrowed licenses
LicensesCheckedOut int Number of license that are checked-out
LicensesIssued int Number of licenses issued
LicensesUsed int Number of licenses used