XExecution Data Type

Properties
name data type description
session XSessionType
query XJobQuery

Example

{
  "session" : {
    "db" : "...",
    "conf" : [ {
      "key" : "...",
      "value" : "..."
    }, {
      "key" : "...",
      "value" : "..."
    } ],
    "resource_path" : [ {
      "path" : "...",
      "type" : "..."
    }, {
      "path" : "...",
      "type" : "..."
    } ]
  },
  "query" : {
    "query" : "...",
    "conf" : [ {
      "key" : "...",
      "value" : "..."
    }, {
      "key" : "...",
      "value" : "..."
    } ]
  }
}