Name | Description |
---|
mime.type | If the FlowFile is successfully unpacked, its MIME Type is no longer known, so the mime.type attribute is set to application/octet-stream. |
fragment.identifier | All unpacked FlowFiles produced from the same parent FlowFile will have the same randomly generated UUID added for this attribute |
fragment.index | A one-up number that indicates the ordering of the unpacked FlowFiles that were created from a single parent FlowFile |
fragment.count | The number of unpacked FlowFiles generated from the parent FlowFile |
segment.original.filename | The filename of the parent FlowFile. Extensions of .tar, .zip or .pkg are removed because the MergeContent processor automatically adds those extensions if it is used to rebuild the original FlowFile |
file.lastModifiedTime | The date and time that the unpacked file was last modified (tar only). |
file.creationTime | The date and time that the file was created. This attribute holds always the same value as file.lastModifiedTime (tar only). |
file.owner | The owner of the unpacked file (tar only) |
file.group | The group owner of the unpacked file (tar only) |
file.permissions | The read/write/execute permissions of the unpacked file (tar only) |
file.encryptionMethod | The encryption method for entries in Zip archives |