Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any.
Supports noop? false
Parameters
degreeofparallelismpercent(Optional[String[1]])
— the degree of parallelism in percentage used for this job.
logfolder(Optional[String[1]])
— the log folder path to use in the following format: adl://.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/03/13/17/18/5fe51957-93bc-4de0-8ddc-c5a4753b068b/logs/.
type(Optional[String[1]])
— the job type of the current job (Hive or USql).
hierarchyqueuenode(Optional[String[1]])
— the name of hierarchy queue node this job is assigned to, null if job has not been assigned yet or the account doesn't have hierarchy queue.
skip(Optional[String[1]])
— The number of items to skip over before returning elements. Optional.
count(Optional[String[1]])
— The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.
priority(Optional[String[1]])
— the priority value for the current job. Lower numbers have a higher priority. By default, a job has a priority of 1000. This must be greater than 0.
submittime(Optional[String[1]])
— the time the job was submitted to the service.
submitter(Optional[String[1]])
— the user or account that submitted the job.
logfilepatterns(Optional[String[1]])
— the list of log file name patterns to find in the logFolder. '*' is the only matching character allowed. Example format: jobExecution*.log or *mylog*.txt
top(Optional[String[1]])
— The number of items to return. Optional.
orderby(Optional[String[1]])
— OrderBy clause. One or more comma-separated expressions with an optional 'asc' (the default) or 'desc' depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.
state(Optional[String[1]])
— the job state. When the job is in the Ended state, refer to Result and ErrorMessage for details.
related(Optional[String[1]])
— the recurring job relationship information properties.
endtime(Optional[String[1]])
— the completion time of the job.
result(Optional[String[1]])
— the result of job execution or the current result of the running job.
select(Optional[String[1]])
— OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.
api_version(Optional[String[1]])
— Client Api Version.
degreeofparallelism(Optional[String[1]])
— the degree of parallelism used for this job.
starttime(Optional[String[1]])
— the start time of the job.
jobid(Optional[String[1]])
— the job's unique identifier (a GUID).
name(Optional[String[1]])
— the friendly name of the job.