Table of Contents

Class StreamRuntimeHealthEventSchema

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

string

Streams

Array of stream runtime health information.

[JsonPropertyName("streams")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public List<StreamsSchemaElementSchema> Streams { get; set; }

Property Value

List<StreamsSchemaElementSchema>