Table of Contents

Class GetRelationalAnomaliesMessage

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

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