Column Name
|
Description
|
---|---|
Field Name
|
A unique identifier for the feature in the dataset. Should not contain periods (.) or spaces.
|
Data Type
|
Identifies the type of data the feature represents. Acceptable values are: BOOLEAN, INTEGER, DOUBLE, STRING.
|
Op Type
|
Identifies how the data can be used. Acceptable values are: CONTINUOUS, CATEGORICAL, ORDINAL, BOOLEAN, TEMPORAL, ENTITY_ID.
|
Min
|
The minimum observed value for CONTINUOUS field.
|
Max
|
The maximum observed value for CONTINUOUS field.
|
Time Sampling Interval
|
An integer representing the time between observations in a TEMPORAL field. For use only with time series datasets.
|
Is Static
|
If true, the value in a field remains unchanged over time.
|
Values
|
Acceptable values for ORDINAL and CATEGORICAL fields.
If the values list is not empty, any string values not explicitly contained in the Values list will be rejected by ThingWorx Analytics. However, if the values list is empty, all values are acceptable. For example, in the following values list "values": ["Low", "Medium", "High"], if there were a value of "Very High" in a Post Request, an error would be returned. However, if the values list is "values": [ ] then any value will be accepted, including "Very High"
|