provenanceLink
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
A link between an event or flowfile within a provenance lineage.
XML
Elements
| name (type) |
min/max occurs |
description |
|
sourceId (string)
|
0/1 |
The source node id.
|
|
targetId (string)
|
0/1 |
The target node id.
|
|
flowFileUuid (string)
|
0/1 |
The flowfile uuid that traversed this link.
|
|
timestamp (string)
|
0/1 |
The timestamp of this link (based on the destination).
|
|
millis (long)
|
0/1 |
The number of millis since epoch.
|
JSON
| property |
type |
description |
| sourceId |
sourceId (string)
|
The source node id.
|
| targetId |
targetId (string)
|
The target node id.
|
| flowFileUuid |
flowFileUuid (string)
|
The flowfile uuid that traversed this link.
|
| timestamp |
timestamp (string)
|
The timestamp of this link (based on the destination).
|
| millis |
millis (long)
|
The number of millis since epoch.
|