Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.22 KB

FlowFileSummaryDTO.md

File metadata and controls

19 lines (16 loc) · 1.22 KB

IO.Swagger.Model.FlowFileSummaryDTO

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 int? 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]
Penalized bool? If the FlowFile is penalized. [optional]

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