[
https://issues.apache.org/jira/browse/MINIFICPP-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16271540#comment-16271540
]
ASF GitHub Bot commented on MINIFICPP-321:
------------------------------------------
Github user achristianson commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/211#discussion_r153914751
--- Diff: libminifi/include/processors/PutFile.h ---
@@ -109,6 +110,7 @@ class PutFile : public core::Processor {
std::string directory_;
std::string conflict_resolution_;
bool try_mkdirs_ = true;
+ int64_t maxDestFiles = -1;
--- End diff --
This should follow the Google style, so max_dest_files_.
> Support Maximum File Count in PutFile
> -------------------------------------
>
> Key: MINIFICPP-321
> URL: https://issues.apache.org/jira/browse/MINIFICPP-321
> Project: NiFi MiNiFi C++
> Issue Type: Improvement
> Reporter: Dustin Rodrigues
> Priority: Minor
> Fix For: 0.4.0
>
>
> Support max file count that exists in Apache Nifi PutFile processor
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)