interface StringDatapoints {
    datapoints: StringDatapoint[];
    externalId?: string;
    id: number;
    instanceId?: CogniteInstanceId;
    isString: true;
    nextCursor?: string;
    unit?: string;
}

Hierarchy (view full)

Properties

datapoints: StringDatapoint[]

The list of datapoints

externalId?: string

External id of the timeseries the datapoints belong to.

id: number
instanceId?: CogniteInstanceId

Instance id of the timeseries the datapoints belong to in Cognite Data Modeling.

isString: true

Whether or not the datapoints are string values.

nextCursor?: string
unit?: string

Name of the physical unit of the time series