Class SensorAlertOverviewByMetricItem
Sensor Alert Overview By Metric Item
[DataContract]
public class SensorAlertOverviewByMetricItem
- Inheritance
-
SensorAlertOverviewByMetricItem
- Inherited Members
Constructors
SensorAlertOverviewByMetricItem()
public SensorAlertOverviewByMetricItem()
Properties
Counts
Counts of sensor alerts over the timespan, by reading metric
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "counts")]
public SensorAlertOverviewByMetricItemCounts Counts { get; set; }
Property Value
EndTs
End of the timespan over which sensor alerts are counted
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "endTs")]
public string EndTs { get; set; }
Property Value
StartTs
Start of the timespan over which sensor alerts are counted
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startTs")]
public string StartTs { get; set; }