SoftwareLicenseMetricProperty¶
Defines properties specific to a software license metric.
Fields¶
| Field | Type | Description |
|---|---|---|
| Created | datetime | Date/Time the entity got created |
| DefaultBooleanValue | boolean | Default boolean value for this property |
| DefaultDateTimeValue | datetime | Default date/time value for this property |
| DefaultIntegerValue | numeric | Default integer value for this property |
| DefaultValue | string | Default string value for this property |
| Description | string | Description |
| ID | numeric | Internal ID for the SoftwareLicenseMetricProperty entity (Primary Key) |
| Name | string | Name of the software license metric property |
| SoftwareLicenseMetricID | numeric | Internal ID that references the SoftwareLicenseMetric entity (Foreign Key) |
| Type | string | Type of the property. Can be 'S' for string, 'I' for integer, 'B' for boolean or 'D' for date/time. |