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