Table of Contents

Class ConnectorStreamsRuntimeHealthEvent

Namespace
Azure.Iot.Operations.Connector
Assembly
Azure.Iot.Operations.Connector.dll
public class ConnectorStreamsRuntimeHealthEvent
Inheritance
ConnectorStreamsRuntimeHealthEvent
Inherited Members

Properties

RuntimeHealth

The runtime health of the specific stream.

public ConnectorRuntimeHealth RuntimeHealth { get; set; }

Property Value

ConnectorRuntimeHealth

StreamName

The name of the stream for which the runtime health is being reported.

public string StreamName { get; set; }

Property Value

string