AssetPropertiesResponseDataPoints

data class AssetPropertiesResponseDataPoints(val capabilityId: String? = null, val dataPointConfiguration: String? = null, val dataSource: String, val name: String? = null, val observabilityMode: String? = null)

Constructors

Link copied to clipboard
fun AssetPropertiesResponseDataPoints(capabilityId: String? = null, dataPointConfiguration: String? = null, dataSource: String, name: String? = null, observabilityMode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capabilityId: String? = null

The path to the type definition of the capability (e.g. DTMI, OPC UA information model node id, etc.), for example dtmi:com:example:Robot:_contents:__prop1;1.

Link copied to clipboard

Protocol-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 name: String? = null

The name of the data point.

Link copied to clipboard

An indication of how the data point should be mapped to OpenTelemetry.