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