XJobQuery Data Type

Properties
name data type description
query string
conf array of MapType

Example

{
  "query" : "...",
  "conf" : [ {
    "key" : "...",
    "value" : "..."
  }, {
    "key" : "...",
    "value" : "..."
  } ]
}