IotHubEnrichmentProperties Class

Definition

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

public class IotHubEnrichmentProperties
type IotHubEnrichmentProperties = class
Public Class IotHubEnrichmentProperties
Inheritance
IotHubEnrichmentProperties

Constructors

IotHubEnrichmentProperties(String, String, IEnumerable<String>)

Initializes a new instance of IotHubEnrichmentProperties.

Properties

EndpointNames

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.

Applies to