Class RelationalAnomalyRecord
[Serializable]
public class RelationalAnomalyRecord
  - Inheritance
 - 
      
      RelationalAnomalyRecord
 
- Extension Methods
 
Properties
- AnomalyID
 Identifier of the anomaly. Each parameter involved in the anomaly gets its own record, but they all share the same AnomalyID.
- AnomalyScore
 Score indicating the severity of the anomaly. The higher the score, the more severe the anomaly.
- EndTime
 The last registered time point where the anomalous values were still confirmed
- GroupName
 Name of the relational anomaly detection group that detected the anomaly.
- ParameterKey
 Parameter instance on which the relational anomaly was detected.
- StartTime
 The time point where the first anomalous values were detected.
- SubgroupID
 The unique identifier of the subgroup that detected the anomaly.
- SubgroupName
 If specified (i.e. not null or empty), the name of the subgroup that detected the anomaly.