Repository: nifi-minifi-cpp Updated Branches: refs/heads/master a63d4c0d5 -> d50ef65c1
MINIFICPP-371: document Maximum File Count in PutFile processor This closes #239. Signed-off-by: Marc Parisi <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/d50ef65c Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/d50ef65c Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/d50ef65c Branch: refs/heads/master Commit: d50ef65c1dc9571a24d4367f9ca419951d0397d5 Parents: a63d4c0 Author: Dustin Rodrigues <[email protected]> Authored: Fri Jan 12 11:32:04 2018 -0500 Committer: Marc Parisi <[email protected]> Committed: Fri Jan 12 13:04:01 2018 -0500 ---------------------------------------------------------------------- PROCESSORS.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/d50ef65c/PROCESSORS.md ---------------------------------------------------------------------- diff --git a/PROCESSORS.md b/PROCESSORS.md index 85b08d9..307468e 100644 --- a/PROCESSORS.md +++ b/PROCESSORS.md @@ -497,6 +497,7 @@ default values, and whether a property supports the NiFi Expression Language. | **Directory** | | | The directory to which files should be written. You may use expression language such as `/aa/bb/${path}`<br>**Supports Expression Language: true** | | **Conflict Resolution Strategy** | fail | replace, ignore, fail | Indicates what should happen when a file with the same name already exists in the output directory | | **Create Missing Directories** | true | true, false | If true, then missing destination directories will be created. If false, flowfiles are penalized and sent to failure. | +| **Maximum File Count** | | | Specifies the maximum number of files that can exist in the output directory | ### Relationships
