DiscoveredDataPointArgs

data class DiscoveredDataPointArgs(val dataPointConfiguration: Output<String>? = null, val dataSource: Output<String>, val lastUpdatedOn: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<DiscoveredDataPointArgs>

Defines the data point properties.

Constructors

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

Properties

Link copied to clipboard
val dataPointConfiguration: Output<String>? = null

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
val dataSource: Output<String>

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

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

Link copied to clipboard
val name: Output<String>

The name of the data point.

Functions

Link copied to clipboard
open override fun toJava(): DiscoveredDataPointArgs