Class StreamsRuntimeHealthEvent
- Namespace
- Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Models
- Assembly
- Azure.Iot.Operations.Services.dll
public class StreamsRuntimeHealthEvent
- Inheritance
-
StreamsRuntimeHealthEvent
- Inherited Members
Properties
RuntimeHealth
The runtime health of the specific stream.
public RuntimeHealth RuntimeHealth { get; set; }
Property Value
StreamName
The name of the stream for which the runtime health is being reported.
public string StreamName { get; set; }