Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.74 KB

File metadata and controls

27 lines (22 loc) · 1.74 KB

FlowFileDTO

Properties

Name Type Description Notes
uri String The URI that can be used to access this FlowFile. [optional]
uuid String The FlowFile UUID. [optional]
filename String The FlowFile filename. [optional]
position Integer The FlowFile's position in the queue. [optional]
size Long The FlowFile file size. [optional]
queuedDuration Long How long this FlowFile has been enqueued. [optional]
lineageDuration Long Duration since the FlowFile's greatest ancestor entered the flow. [optional]
penaltyExpiresIn Long How long in milliseconds until the FlowFile penalty expires. [optional]
clusterNodeId String The id of the node where this FlowFile resides. [optional]
clusterNodeAddress String The label for the node where this FlowFile resides. [optional]
attributes Map<String, String> The FlowFile attributes. [optional]
contentClaimSection String The section in which the content claim lives. [optional]
contentClaimContainer String The container in which the content claim lives. [optional]
contentClaimIdentifier String The identifier of the content claim. [optional]
contentClaimOffset Long The offset into the content claim where the flowfile's content begins. [optional]
contentClaimFileSize String The file size of the content claim formatted. [optional]
contentClaimFileSizeBytes Long The file size of the content claim in bytes. [optional]
penalized Boolean If the FlowFile is penalized. [optional]