EnrichmentProperties interface
The properties of an enrichment that your IoT hub applies to messages delivered to endpoints.
Properties
endpoint |
The list of endpoints for which the enrichment is applied to the message. |
key | The key or name for the enrichment property. |
value | The value for the enrichment property. |
Property Details
endpointNames
The list of endpoints for which the enrichment is applied to the message.
endpointNames: string[]
Property Value
string[]
key
The key or name for the enrichment property.
key: string
Property Value
string
value
The value for the enrichment property.
value: string
Property Value
string