provenanceNode
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
A node within a provenance lineage. May represent either an event or a
flowfile.
XML
Elements
| name (type) |
min/max occurs |
description |
|
id (string)
|
0/1 |
The id of the node.
|
|
flowFileUuid (string)
|
0/1 |
The flowfile uuid for this provenance event.
|
|
parentUuids (string)
|
0/unbounded |
The parent flowfile uuids for this provenance event.
|
|
childUuids (string)
|
0/unbounded |
The child flowfile uuids for this provenance event.
|
|
clusterNodeIdentifier (string)
|
0/1 |
The node identifier that this event/flowfile originated from.
|
|
type (string)
|
0/1 |
The type of node.
|
|
eventType (string)
|
0/1 |
If this is an event node, this is the type of event.
|
|
timestamp (string)
|
0/1 |
The timestamp of this node.
|
|
millis (long)
|
0/1 |
The number of millis since epoch.
|
JSON
| property |
type |
description |
| id |
id (string)
|
The id of the node.
|
| flowFileUuid |
flowFileUuid (string)
|
The flowfile uuid for this provenance event.
|
| parentUuids |
array of parentUuids (string)
|
The parent flowfile uuids for this provenance event.
|
| childUuids |
array of childUuids (string)
|
The child flowfile uuids for this provenance event.
|
| clusterNodeIdentifier |
clusterNodeIdentifier (string)
|
The node identifier that this event/flowfile originated from.
|
| type |
type (string)
|
The type of node.
|
| eventType |
eventType (string)
|
If this is an event node, this is the type of event.
|
| timestamp |
timestamp (string)
|
The timestamp of this node.
|
| millis |
millis (long)
|
The number of millis since epoch.
|