Merge pull request #3232 from patricker/NIFI-5913

NIFI-5913 - Standardize Definition of UUID in Documentation
This commit is contained in:
Pierre Villard 2018-12-21 14:33:16 +01:00 committed by GitHub
commit 2e4f002945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ attribute within the `CoreAttributes` enum.
- Filename ("filename"): The filename of the FlowFile. The filename should not contain any directory structure.
- UUID ("uuid"): A unique universally unique identifier (UUID) assigned to this FlowFile.
- UUID ("uuid"): A Universally Unique Identifier assigned to this FlowFile that distinguishes the FlowFile from other FlowFiles in the system.
- Path ("path"): The FlowFile's path indicates the relative directory to which a FlowFile belongs and does not contain the filename.

View File

@ -71,7 +71,7 @@ UI may become unavailable.
context about the data; they are made up of key-value pairs.
All FlowFiles have the following Standard Attributes:
- *uuid*: A unique identifier for the FlowFile
- *uuid*: A Universally Unique Identifier that distinguishes the FlowFile from other FlowFiles in the system.
- *filename*: A human-readable filename that may be used when storing the data to disk or in an external service
- *path*: A hierarchically structured value that can be used when storing data to disk or an external service so that the data is not stored in a single directory