Name | Description |
---|
segment.identifier | All segments produced from the same parent FlowFile will have the same randomly generated UUID added for this attribute. This attribute is added to maintain backward compatibility, but the fragment.identifier is preferred, as it is designed to work in conjunction with the MergeContent Processor |
segment.index | A one-up number that indicates the ordering of the segments that were created from a single parent FlowFile. This attribute is added to maintain backward compatibility, but the fragment.index is preferred, as it is designed to work in conjunction with the MergeContent Processor |
segment.count | The number of segments generated from the parent FlowFile. This attribute is added to maintain backward compatibility, but the fragment.count is preferred, as it is designed to work in conjunction with the MergeContent Processor |
fragment.identifier | All segments 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 segments that were created from a single parent FlowFile |
fragment.count | The number of segments generated from the parent FlowFile |
segment.original.filename | The filename of the parent FlowFile |
segment.original.filename | The filename will be updated to include the parent's filename, the segment index, and the segment count |