Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
We have a requirement where an external host system will need to query Thingworx (through a Thing service) to get some numeric data and store it in the host system.
The host system will be storing this numeric data in an RDBMS and will need to define a schema to support said numeric data types.
I believe Thingworx currently has the following numeric data types:
INTEGER
LONG
NUMBER
Are these similar to the Java primitive data type ranges (where NUMBER would be equivalent to double?)
Are the Thingworx data type ranges documented anywhere?
Bumping to the top. I'd also like to know if a NUMBER data type translates to a double or float in other platforms.