IoTHubEnrichment

data class IoTHubEnrichment(val endpointNames: List<String>, val key: String, val value: String)

Constructors

Link copied to clipboard
constructor(endpointNames: List<String>, key: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of endpoints which will be enriched.

Link copied to clipboard
val key: String

The key of the enrichment.

Link copied to clipboard

The value of the enrichment. Value can be any static string, the name of the IoT Hub sending the message (use $iothubname) or information from the device twin (ex: $twin.tags.latitude)