JobNoticeCondition
A complex data type that represents the field on which to perform a search and the condition to match.
Elements
Field
String. Optional. The field on which to perform a search. Valid values are:
*JobId
*JobName
*OutputFileName
*JobState
*HeadLine
*CompletionTime
Match
String. The condition to match. If the condition includes special characters, for example a dash, either escape the special character with a backslash (\) or enclose it in brackets ([ ]). For example, to search for a file 05‑25‑04Report.rptdocument, specify one of the following:
05\-25\-04Report.rptdocument
05[-]25[-]04Report.rptdocument