Class GetRelationalAnomaliesMessage
Request message to get relational anomalies for a specific parameter instance and time range. Results will be returned in a GetRelationalAnomaliesResponseMessage.
[Serializable]
public class GetRelationalAnomaliesMessage : GetSessionedAnalyticsMessage, IGetAnalyticsMessage
  - Inheritance
 - 
      
      TargetedClientRequestMessageGetRelationalAnomaliesMessage
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Constructors
- GetRelationalAnomaliesMessage(ParameterKey, DateTime, DateTime)
 Initializes a new instance of the GetRelationalAnomaliesMessage class.
Properties
- EndTime
 Gets or sets the end time of the time range for which relational anomalies are requested.
- ParameterKey
 Gets or sets the ParameterKey representing the target parameter for fetching relational anomalies.
- StartTime
 Gets or sets the start time of the time range for which relational anomalies are requested.