Datatype
Datatype enumeration.
| Name | Description | Value | 
|---|---|---|
| DATATYPE_UNINITIALIZED | Unknown type (not initialized to any type). | 0 | 
| DATATYPE_TEXT | Text. | 1 | 
| DATATYPE_INTEGER | 32-bit integer | 2 | 
| DATATYPE_REAL_NUMBER | Double-precision floating point. | 3 | 
| DATATYPE_DECIMAL_NUMBER | Fixed-precision number. | 4 | 
| DATATYPE_DATE | Date. | 5 | 
| DATATYPE_TIME | Time. | 6 | 
| DATATYPE_TIMESTAMP | Timestamp. | 7 | 
| DATATYPE_BOOLEAN | Boolean. | 8 | 
| DATATYPE_LOOKUP | Lookup (from a value list). | 9 | 
| DATATYPE_MULTI_SELECT_LOOKUP | Multiple selection from a value list. | 10 | 
| DATATYPE_INTEGER64 | 64-bit integer. Not used in document properties. | 11 | 
| DATATYPE_MULTI_LINE_TEXT | Multi-line text. | 13 | 
| DATATYPE_ACL | Access Control List. | 14 | 
| DATATYPE_BINARY | Byte array. | 15 |