Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 1.27 KB

FlowFileSummaryDto.md

File metadata and controls

21 lines (16 loc) · 1.27 KB

FlowFileSummaryDto

Properties

Name Type Description Notes
uri Option<String> The URI that can be used to access this FlowFile. [optional]
uuid Option<String> The FlowFile UUID. [optional]
filename Option<String> The FlowFile filename. [optional]
position Option<i32> The FlowFile's position in the queue. [optional]
size Option<i64> The FlowFile file size. [optional]
queued_duration Option<i64> How long this FlowFile has been enqueued. [optional]
lineage_duration Option<i64> Duration since the FlowFile's greatest ancestor entered the flow. [optional]
penalty_expires_in Option<i64> How long in milliseconds until the FlowFile penalty expires. [optional]
cluster_node_id Option<String> The id of the node where this FlowFile resides. [optional]
cluster_node_address Option<String> The label for the node where this FlowFile resides. [optional]
penalized Option<bool> If the FlowFile is penalized. [optional]

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