Class GetRADDataMessage
Message to retrieve the relational anomaly scores for a given time range of historical trend data values. Results in a GetRADDataResponseMessage.
[Serializable]
public class GetRADDataMessage : GetSessionedAnalyticsMessage, IGetAnalyticsMessage
- Inheritance
-
TargetedClientRequestMessageGetRADDataMessage
- Implements
- Inherited Members
- Extension Methods
Constructors
- GetRADDataMessage()
Initializes a new instance of the GetRADDataMessage class.
- GetRADDataMessage(string, DateTime, DateTime)
Initializes a new instance of the GetRADDataMessage class.
- GetRADDataMessage(string, Guid, DateTime, DateTime)
Initializes a new instance of the GetRADDataMessage class. Available from DataMiner 10.5.9/10.6.0 onwards.
- GetRADDataMessage(string, string, DateTime, DateTime)
Initializes a new instance of the GetRADDataMessage class. Available from DataMiner 10.5.9/10.6.0 onwards.
Properties
- EndTime
Gets or sets the end time of the historical time range over which anomaly scores need to be retrieved.
- GroupName
Gets or sets the name of the RAD parameter group.
- StartTime
Gets or sets the start time of the historical time range over which anomaly scores need to be retrieved.
- SubgroupID
Gets or sets the unique identifier of the subgroup for which anomaly scores should be retrieved in case of a RAD shared model group. This field does not need to be specified when the group is not a shared model group (i.e. there is only one subgroup of parameter instances). This field does not need to be specified when SubgroupName has been specified. The unique identifier of the subgroup can be retrieved using the GetRADParameterGroupInfoMessage message. Available from DataMiner 10.5.9/10.6.0 onwards.
- SubgroupName
Gets or sets the name of the subgroup for which anomaly scores should be retrieved in case of a RAD shared model group. This field does not need to be specified when the group is not a shared model group (i.e. there is only one subgroup of parameter instances). This field does not need to be specified when SubgroupID has been specified. Available from DataMiner 10.5.9/10.6.0 onwards.
Methods
- ToString()
Converts the message to a string.