DiscoveredDataPointResponse

data class DiscoveredDataPointResponse(val dataPointConfiguration: String? = null, val dataSource: String, val lastUpdatedOn: String? = null, val name: String)

Defines the data point properties.

Constructors

Link copied to clipboard
constructor(dataPointConfiguration: String? = null, dataSource: String, lastUpdatedOn: String? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard
val lastUpdatedOn: String? = null

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

Link copied to clipboard

The name of the data point.