Supported Fields for the Timeseries Table

The following table provides the supported fields for the Timeseries table:
Supported Fields for the Timeseries Table
Column Name
Column Type
Description
Example
id
bigint
A server-generated ID for the object.
454501654069443
createdTime
timestamp
Timestamp when timeseries data was created.
2019-09-07T15:50+00Z
lastUpdatedTime
timestamp
Timestamp when timeseries data was updated.
2019-09-07T15:50+00Z
isString
bool
True if the time series contains string values; false if it contains numeric values.
true
isStep
bool
It defines whether the time series is a step series or not.
true
externalId
varchar
The externally supplied ID for the time series.
CDF_ExternalID
name
varchar
The display short name of the time series.
function-variable-test
unit
varchar(32)
The physical unit of the time series (free-text field).
Meter/sec
assetId
bigint
The asset ID of equipment linked to this time series.
1027806836454786
description
varchar
Description of the time series.
CDF project: testing_purpose
dataSetId
bigint
The dataSet Id for the item.
7166729101688251
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal