Share via


NamespaceDiscoveredDatasetDataPoint interface

Defines the discovered dataset data point properties.

Properties

dataPointConfiguration

Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.

dataSource

The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.

lastUpdatedOn

UTC timestamp indicating when the data point was added or modified.

name

The name of the data point.

typeRef

URI or type definition ID.

Property Details

dataPointConfiguration

Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.

dataPointConfiguration?: string

Property Value

string

dataSource

The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.

dataSource: string

Property Value

string

lastUpdatedOn

UTC timestamp indicating when the data point was added or modified.

lastUpdatedOn?: Date

Property Value

Date

name

The name of the data point.

name: string

Property Value

string

typeRef

URI or type definition ID.

typeRef?: string

Property Value

string