JobSearch
A complex data type that represents a job search.
Elements
Condition
JobCondition. Optional. The search condition. Specify this value or ConditionArray.
ConditionArray
ArrayOfJobCondition. Optional. The array of search conditions. Specify this value or Condition.
Owner
String. Optional. The owner of the job.
ActualOutputFileName
String. Optional. The output file name that the BIRT iHub generated.
ActualOutputFileId
String. Optional. The output file ID that the BIRT iHub generated.
RequestedOutputFileName
String. Optional. The output file requested name.
InputFileName
String. Optional. The input file name.
InputFileId
String. Optional. The input file ID.
NotifiedUserId
String. Optional. The ID of the user who received notification. Specify one of this value, NotifiedUserName, NotifiedChannelId, or NotifiedChannelName.
NotifiedUserName
String. Optional. The name of the user who received notification. Specify one of this value, NotifiedUserId, NotifiedChannelId, or NotifiedChannelName.
NotifiedChannelId
String. Optional. The ID of the channel that received notification. Specify one of this value, NotifiedUserId, NotifiedUserName, or NotifiedChannelName.
NotifiedChannelName
String. Optional. The name of the channel that received notification. Specify one of this value, NotifiedUserId, NotifiedUserName, or NotifiedChannelId.
FetchSize
Int. Optional. The maximum number of records to retrieve and return in a result set. The default value is 500.
FetchDirection
Boolean. Optional. If True, records are retrieved forward. If False, records are retrieved backward. The default value is True.
CountLimit
Int. Optional. The maximum number of records to count. By default, CountLimit is equal to FetchSize. To count all records, set CountLimit to ‑1.
FetchHandle
String. Optional. Retrieves more items from the result set. In the second and subsequent calls for data, specifies the same search criteria as in the original call.