Table of Contents

Class GetRADDataMessage

Namespace
Skyline.DataMiner.Analytics.Rad
Assembly
SLAnalyticsTypes.dll

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
TargetedClientRequestMessage
GetRADDataMessage
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.

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.

Methods

ToString()

Converts the message to a string.