Data Model Reference
Scalar data types
String |
A text string of maximum 4000 character. The string is UTF-8 encoded. Currently the system converts the string to Windows 1252 encoding before writing it to the database. Characters not in this encoding will not be preserved. |
Number |
An integer or a float number. |
Boolean |
A boolean value that can be either |
Date |
A date in UTC time. The format is: |
Binary String |
A base64 encoded string. The base64 implementation is as specified in RFC 2045 and RFC 4648. Currently is the maximum string length before decoding 10 MB. |
Null |
The null value. Note that the value of an unspecified object’s attribute defaults to null as well. |