JobProperties
A complex data type that specifies the general job attributes, such as input document file name, output file name, and job execution status.
Elements
JobId
String. Optional. The job ID.
JobName
String. Optional. The name of the job.
Priority
Long. Optional. The job priority.
ResourceGroup
String. Optional. The name of the resource group to which a job is assigned, if any.
Owner
String. Optional. The owner of the job.
JobType
String. Optional. The type of job. Valid values are:

RunReport

PrintReport

RunAndPrintReport

ConvertReport
State
String. Optional. The state of the job. Valid values are:

Scheduled

Pending

Waiting

Running

Succeeded

Failed

Cancelled

Expired
InputFileId
String. Optional. The input file ID.
InputFileName
String. Optional. The input file full name and version number.
RunLatestVersion
Boolean. Optional. Specifies whether to run the latest version of the file.
ParameterFileId
String. Optional. The parameter file ID. Exists only if the parameter file is specified.
ParameterFileName
String. Optional. The parameter file name. Exists only if the parameter file is specified.
ActualOutputFileId
String. Optional. The output file ID that the BIRT iHub generated.
ActualOutputFileName
String. Optional. The output file name that the BIRT iHub generated. This might be different from the RequestedOutputFileName.
RequestedOutputFileName
String. Optional. The requested name for the output file.
OutputFileVersionName
String. Optional. The output file version name.
SubmissionTime
DateTime. Optional. The time the job was submitted.
CompletionTime
DateTime. Optional. The time the job is completed.
PageCount
Long. Optional. The number of pages.
OutputFileSize
Long. Optional. The size of the output file.
RoutedToNode
String. Optional. The node to which the job is routed.
DurationSeconds
Long. Optional. The job duration.
StartTime
DateTime. Optional. The start time.
NextStartTime
DateTime. Optional. The next time the job is scheduled to run. Applies only to scheduled jobs.
RequestedHeadline
String. Optional. The headline for the job.
ActualHeadline
String. Optional. The headline that the BIRT iHub generated.
NotifyCount
String. Optional. The number of notifications sent about the job.
EventName
String. Optional. The name of the job event.
EventType
EventType. Optional. The job event type.
EventStatus
String. Optional. The job event status.
EventParameter
String. Optional. The parameter for the job event.