Class StreamsSchemaElementSchema
- Assembly
- Azure.Iot.Operations.Services.dll
public class StreamsSchemaElementSchema : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
StreamsSchemaElementSchema
- Implements
- Inherited Members
Properties
RuntimeHealth
The runtime health of the specific stream.
[JsonPropertyName("runtimeHealth")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public RuntimeHealth RuntimeHealth { get; set; }
Property Value
StreamName
The name of the stream for which the runtime health is being reported.
[JsonPropertyName("streamName")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string StreamName { get; set; }