Table of Contents

Class DatasetsSchemaElementSchema

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

string

RuntimeHealth

The runtime health of the specific dataset.

[JsonPropertyName("runtimeHealth")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public RuntimeHealth RuntimeHealth { get; set; }

Property Value

RuntimeHealth