Constructor GetRADDataMessage
GetRADDataMessage()
Initializes a new instance of the GetRADDataMessage class.
public GetRADDataMessage()
GetRADDataMessage(string, DateTime, DateTime)
Initializes a new instance of the GetRADDataMessage class.
public GetRADDataMessage(string groupName, DateTime startTime, DateTime endTime)
Parameters
groupNamestringName of the RAD parameter group
startTimeDateTimeStart time of the historical time range over which anomaly scores need to be retrieved
endTimeDateTimeEnd time of the historical time range over which anomaly scores need to be retrieved
GetRADDataMessage(string, string, DateTime, DateTime)
Initializes a new instance of the GetRADDataMessage class. Available from DataMiner 10.5.9/10.6.0 onwards.
public GetRADDataMessage(string groupName, string subgroupName, DateTime startTime, DateTime endTime)
Parameters
groupNamestringName of the RAD parameter group
subgroupNamestringName of the subgroup for which anomaly scores should be retrieved.
startTimeDateTimeStart time of the historical time range over which anomaly scores should be retrieved
endTimeDateTimeEnd time of the historical time range over which anomaly scores should be retrieved
GetRADDataMessage(string, Guid, DateTime, DateTime)
Initializes a new instance of the GetRADDataMessage class. Available from DataMiner 10.5.9/10.6.0 onwards.
public GetRADDataMessage(string groupName, Guid subgroupID, DateTime startTime, DateTime endTime)
Parameters
groupNamestringName of the RAD parameter (shared model) group.
subgroupIDGuidIdentifier of the RAD parameter group, which is a subgroup of the shared model group.
startTimeDateTimeStart time of the historical time range over which anomaly scores should be retrieved.
endTimeDateTimeEnd time of the historical time range over which anomaly scores should be retrieved.