The FileInformation process object for each event source contains information about the file but not the contents.
Note: The file path strings always use a forward slash as the path delimiter. The timestamp is always in UTC format.
For example:
<FileInformation> <!-- for FTP/SFTP only --> <host>127.0.0.1</host>
<!-- dateTime : file modified time --> <lastModified> 2015-04-29T14:37:35.448Z</lastModified> <!-- string: full path and name of resource. File separator is normalized to forward slash. --> <path>path/documents/users.csv</path> <!-- string: path to parent directory --> <dir>path/documents/</dir> <!-- string: file name with extension --> <fullName> users.csv</fullName> <!-- string: separate name only and extension only --> <name> users</name> <ext> csv</ext> <!-- double: file size in bytes --> <size> 78</size> </FileInformation>