A query which is executed in each run of the job.
Java class for x_job_query complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_job_query"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="query" type="{uri:lens:job:0.1}non_empty_string"/> <element name="conf" type="{uri:lens:job:0.1}map_type" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
name | data type | description |
---|---|---|
query | string | |
conf | array of array of MapType |
Example
{ "query" : "...", "conf" : [ [ { "key" : "...", "value" : "..." }, { "key" : "...", "value" : "..." } ], [ { "key" : "...", "value" : "..." }, { "key" : "...", "value" : "..." } ] ] }