你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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