Class ConnectorDatasetsRuntimeHealthEvent
- Namespace
- Azure.Iot.Operations.Connector
- Assembly
- Azure.Iot.Operations.Connector.dll
public class ConnectorDatasetsRuntimeHealthEvent
- Inheritance
-
ConnectorDatasetsRuntimeHealthEvent
- Inherited Members
Properties
DatasetName
The name of the dataset for which the runtime health is being reported.
public string DatasetName { get; set; }
Property Value
RuntimeHealth
The runtime health of the specific dataset.
public ConnectorRuntimeHealth RuntimeHealth { get; set; }