NIFI-5913 - Standardize Definition of UUID in Documentation

This commit is contained in:
Peter Wicks 2018-12-20 10:11:07 -07:00
parent f22a6c46ad
commit 8ccf890a55
No known key found for this signature in database
GPG Key ID: 79ABE9BA9C7AB3CD
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