provenanceResults
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
Results of a provenance request.
XML
Elements
| name (type) |
min/max occurs |
description |
|
errors (string)
|
0/unbounded |
Any error messages.
|
|
provenanceEvents (provenanceEvent)
|
0/unbounded |
The provenance events that matched the search criteria.
|
|
total (string)
|
0/1 |
The total number of results formatted.
|
|
totalCount (long)
|
0/1 |
The total number of results.
|
|
generated (string)
|
0/1 |
When the search was performed.
|
|
oldestEvent (string)
|
0/1 |
The oldest event available in the provenance repository.
|
|
timeOffset (int)
|
0/1 |
The time offset on the server thats used for event time.
|
JSON
| property |
type |
description |
| errors |
array of errors (string)
|
Any error messages.
|
| provenanceEvents |
array of provenanceEvents (provenanceEvent)
|
The provenance events that matched the search criteria.
|
| total |
total (string)
|
The total number of results formatted.
|
| totalCount |
totalCount (long)
|
The total number of results.
|
| generated |
generated (string)
|
When the search was performed.
|
| oldestEvent |
oldestEvent (string)
|
The oldest event available in the provenance repository.
|
| timeOffset |
timeOffset (int)
|
The time offset on the server thats used for event time.
|