Describes the different types of data that a column can contain.
| Name | Value | Summary |
|---|---|---|
| GenericData | 0 | Indicates that the column's values are of no specific type. |
| String | 1 | Indicates that the column's values are strings. |
| Integer | 2 | Indicates that the column's values are whole numbers. |
| Decimal | 3 | Indicates that the column's values are decimal numbers with potentially a fractional component. |
| Currency | 4 | Indicates that the column's values are currency values with potentially a fractional component. |
| Percentage | 5 |
Indicates that the column's values are decimal percentage values
(where 1.0 represents 100%).
|
| Date | 6 | Indicates that the column's values are date-only values. |
| DateAndTime | 7 | Indicates that the column's values are date and time values. |
| Boolean | 8 | Indicates that the column's values are true/false Boolean values. |
| TimeSpan | 9 | Indicates that the column's values are timespans represented as a number of hours. |
| ProjectHealth | 10 | Indicates that the column's values are names of project health choices. |
| Html | 11 | Indicates that the column's values are sanitized HTML strings. |