LicenseLimitations
The limitations set by the license.
Table-Specific Information
Select
You must specify the LicenseKey when executing a SELECT query against this table.
- LicenseKey supports the following operator: =
SELECT * FROM LicenseLimitations WHERE LicenseKey = 'mit'
Columns
Name | Type | OrderBySupport | Description |
Key [KEY] | String | The machine-readable limitation key. | |
LicenseKey | String | The lowercased SPDX ID of the license. | |
Description | String | A description of the limitation. | |
Label | String | The human-readable limitation label. |