Class StreamRuntimeHealthEventSchema
- Assembly
- Azure.Iot.Operations.Services.dll
public class StreamRuntimeHealthEventSchema : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
StreamRuntimeHealthEventSchema
- Implements
- Inherited Members
Properties
AssetName
The name of the asset containing the streams for which the runtime health is being reported.
[JsonPropertyName("assetName")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string AssetName { get; set; }
Property Value
Streams
Array of stream runtime health information.
[JsonPropertyName("streams")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public List<StreamsSchemaElementSchema> Streams { get; set; }