Class SensorAlertProfileCondition
Sensor Alert Profile Condition
[DataContract]
public class SensorAlertProfileCondition
- Inheritance
-
SensorAlertProfileCondition
- Inherited Members
Properties
Direction
Direction for the threshold
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "direction")]
public SensorAlertConditionDirection? Direction { get; set; }
Property Value
Duration
Duration
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "duration")]
public SensorAlertConditionDuration? Duration { get; set; }
Property Value
Metric
Metric for the alert
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "metric")]
public SensorAlertConditionMetric? Metric { get; set; }
Property Value
Threshold
Threshold for the alert
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "threshold")]
public SensorAlertConditionThreshold? Threshold { get; set; }