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_r381102477
##########
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";
+ public static final String FILE_LIST_BATCH_ID = "file.list.batch.id";
Review comment:
write attribute
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services