Description
The JobQueryDetails class is a detailed information of the selected query.
Class hierarchy
esri.WorkflowManager.SupportClasses.JobQueryContainer()
Properties
aliases | string | An alias of fields included in the select statement. |
fields | string | A list of fields included in the select statement. |
id | int | A unique identifier for the query. |
name | string | The name of the query. |
orderBy | string | The field used to order the results returned by the query. |
tables | string | The tables selected from and used in the where clause. |
where | string | The where clause used as filter for selecting job information. |
Property Details
An alias of fields included in the select statement.
A list of fields included in the select statement.
A unique identifier for the query.
The field used to order the results returned by the query.
The tables selected from and used in the where clause.
The where clause used as filter for selecting job information.