Skip to content
This repository has been archived by the owner on May 17, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 1.4 KB

ListingRequestDTO.md

File metadata and controls

22 lines (17 loc) · 1.4 KB

ListingRequestDTO

Properties

Name Type Description Notes
id String The id for this listing request. [optional]
uri String The URI for future requests to this listing request. [optional]
submissionTime DateTime The timestamp when the query was submitted. [optional]
lastUpdated DateTime The last time this listing request was updated. [optional]
percentCompleted Integer The current percent complete. [optional]
finished Boolean Whether the query has finished. [optional]
failureReason String The reason, if any, that this listing request failed. [optional]
maxResults Integer The maximum number of FlowFileSummary objects to return [optional]
state String The current state of the listing request. [optional]
queueSize QueueSizeDTO The size of the queue [optional]
flowFileSummaries List<FlowFileSummaryDTO> The FlowFile summaries. The summaries will be populated once the request has completed. [optional]
sourceRunning Boolean Whether the source of the connection is running [optional]
destinationRunning Boolean Whether the destination of the connection is running [optional]