IotHubMessageSink Class

Definition

IoT Hub Message sink allows for pipeline messages to published into the IoT Edge Hub. Published messages can then be delivered to the cloud and other modules via routes declared in the IoT Edge deployment manifest.

public class IotHubMessageSink : Azure.Media.VideoAnalyzer.Edge.Models.SinkNodeBase
type IotHubMessageSink = class
    inherit SinkNodeBase
Public Class IotHubMessageSink
Inherits SinkNodeBase
Inheritance
IotHubMessageSink

Constructors

IotHubMessageSink(String, IEnumerable<NodeInput>, String)

Initializes a new instance of IotHubMessageSink.

Properties

HubOutputName

Name of the Iot Edge Hub output to which the messages will be published.

Inputs

An array of upstream node references within the topology to be used as inputs for this node.

(Inherited from SinkNodeBase)
Name

Node name. Must be unique within the topology.

(Inherited from SinkNodeBase)

Applies to