You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/02/19 06:48:35 UTC

[GitHub] [nifi] Yogeshmsharma-architect commented on a change in pull request #4059: Added count file count information in ListSFTP processor

Yogeshmsharma-architect commented on a change in pull request #4059: Added count file count information in ListSFTP processor
URL: https://github.com/apache/nifi/pull/4059#discussion_r381102888
 
 

 ##########
 File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListFile.java
 ##########
 @@ -280,6 +280,8 @@
     public static final String FILE_SIZE_ATTRIBUTE = "file.size";
     public static final String FILE_OWNER_ATTRIBUTE = "file.owner";
     public static final String FILE_GROUP_ATTRIBUTE = "file.group";
+    public static final String FILE_LIST_BATCH_COUNT = "file.list.batch.count";
 
 Review comment:
   Small description in CapabilityDescription will be also needed 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services