Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 728 Bytes

ProvenanceLinkDTO.md

File metadata and controls

13 lines (10 loc) · 728 Bytes

IO.Swagger.Model.ProvenanceLinkDTO

Properties

Name Type Description Notes
SourceId string The source node id of the link. [optional]
TargetId string The target node id of the link. [optional]
FlowFileUuid string The flowfile uuid that traversed the link. [optional]
Timestamp string The timestamp of the link (based on the destination). [optional]
Millis long? The timestamp of this link in milliseconds. [optional]

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