EnrichmentPropertiesResponse

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

The properties of an enrichment that your IoT hub applies to messages delivered to endpoints.

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 for which the enrichment is applied to the message.

Link copied to clipboard
val key: String

The key or name for the enrichment property.

Link copied to clipboard

The value for the enrichment property.