Table of Contents

Class StreamsSchemaElementSchema

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.AdrBaseService
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

RuntimeHealth

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; }

Property Value

string