provenance
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
A provenance submission. Incorporates the request, its current status, and
the results.
XML
Elements
| name (type) |
min/max occurs |
description |
|
id (string)
|
0/1 |
The id of this provenance query.
|
|
uri (string)
|
0/1 |
The URI for this query. Used for obtaining the requests at a later time.
|
|
clusterNodeId (string)
|
0/1 |
The id of the node in the cluster where this provenance originated.
|
|
submissionTime (string)
|
0/1 |
The time the query was submitted.
|
|
expiration (string)
|
0/1 |
The expiration time of the query results.
|
|
percentCompleted (int)
|
0/1 |
The percent completed.
|
|
request (provenanceRequest)
|
0/1 |
The provenance request.
|
|
results (provenanceResults)
|
0/1 |
The results of this query.
|
JSON
| property |
type |
description |
| id |
id (string)
|
The id of this provenance query.
|
| uri |
uri (string)
|
The URI for this query. Used for obtaining the requests at a later time.
|
| clusterNodeId |
clusterNodeId (string)
|
The id of the node in the cluster where this provenance originated.
|
| submissionTime |
submissionTime (string)
|
The time the query was submitted.
|
| expiration |
expiration (string)
|
The expiration time of the query results.
|
| percentCompleted |
percentCompleted (int)
|
The percent completed.
|
| request |
request (provenanceRequest)
|
The provenance request.
|
| results |
results (provenanceResults)
|
The results of this query.
|