cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Thingworx numeric data type ranges

rtaylor-3
1-Newbie

Thingworx numeric data type ranges

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?

1 REPLY 1

Bumping to the top.  I'd also like to know if a NUMBER data type translates to a double or float in other platforms.

Top Tags