Table of Contents

Class DatasetsRuntimeHealthEvent

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Models
Assembly
Azure.Iot.Operations.Services.dll
public class DatasetsRuntimeHealthEvent
Inheritance
DatasetsRuntimeHealthEvent
Inherited Members

Properties

DatasetName

The name of the dataset for which the runtime health is being reported.

public string DatasetName { get; set; }

Property Value

string

RuntimeHealth

The runtime health of the specific dataset.

public RuntimeHealth RuntimeHealth { get; set; }

Property Value

RuntimeHealth