LicenseManagerServerFeatureVersion¶
A feature can have multiple versions each with its own starting and expiry date. Mainly used for expiry warnings.
Fields¶
| Field | Type | Description |
|---|---|---|
| Created | datetime | Date/Time this entity got created in the database |
| DiagMessage | string | Diagnostics message |
| Expires | datetime | Date/Time for expiration of the license |
| ID | numeric | Internal ID for the LicenseManagerServerFeatureVersion entity (Primary Key) |
| LastDiagScan | datetime | Date/Time of last diagnostics scan of this feature version |
| LastStatisticsScan | datetime | Date/Time of last statistics scan of this feature version |
| LicenseManagerServerFeatureID | numeric | Internal ID that references the LicenseManagerServerFeature entity (Foreign Key) |
| Starts | datetime | Date/Time for start of license |
| Vendor | string | Vendor string |
| Version | string | Feature version |