Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.12 KB

ProvenanceNodeDTO.md

File metadata and controls

17 lines (14 loc) · 1.12 KB

IO.Swagger.Model.ProvenanceNodeDTO

Properties

Name Type Description Notes
Id string The id of the node. [optional]
FlowFileUuid string The uuid of the flowfile associated with the provenance event. [optional]
ParentUuids List<string> The uuid of the parent flowfiles of the provenance event. [optional]
ChildUuids List<string> The uuid of the childrent flowfiles of the provenance event. [optional]
ClusterNodeIdentifier string The identifier of the node that this event/flowfile originated from. [optional]
Type string The type of the node. [optional]
EventType string If the type is EVENT, this is the type of event. [optional]
Millis long? The timestamp of the node in milliseconds. [optional]
Timestamp string The timestamp of the node formatted. [optional]

[Back to Model list] [Back to API list] [Back to README]