53 "name":
"The name of the file, link, or directory",
54 "size":
"The size of the file in bytes",
55 "mtime":
"The last modified date/time of the file",
56 "data":
"The file's data if `local_dir` is not set; this will be a string unless the `binary` option is "
57 "set to `True`, in which case this key is assigned to the file's binary data; when `local_dir` is "
58 "set, file data is not included in the event but is rather transferred to the local directory",
59 "filepath":
"The remote filepath relative to SFTP root directory",
60 "transfer_time":
"The relative date/time value giving the time taken to transfer the file",
61 "local_path":
"Only included when `local_dir` is set; the target path for the file where the file will "
62 "be moved to in the post event action",
Single file event data description.
Definition: FtpPollerUtil.qm.dox.h:48
string getDesc()
Returns the description.
const FieldDescriptions
Markdown descriptions for hashdecl members.
Definition: FtpPollerUtil.qm.dox.h:52
constructor()
Creates the type.
main FtpPoller namespace
Definition: FtpPollerUtil.qm.dox.h:46
FtpPoller file event hash.
Definition: FtpPollerUtil.qm.dox.h:75
int size
The size of the file in bytes.
Definition: FtpPollerUtil.qm.dox.h:80
string filepath
The remote filepath relative to the FTP root directory.
Definition: FtpPollerUtil.qm.dox.h:92
string name
The name of the file, link, or directory.
Definition: FtpPollerUtil.qm.dox.h:77
date transfer_time
The relative date/time value giving the time taken to transfer the file.
Definition: FtpPollerUtil.qm.dox.h:95
*string local_path
Only included when `local_dir` is set; the target path for the file.
Definition: FtpPollerUtil.qm.dox.h:98
data data
The file's data.
Definition: FtpPollerUtil.qm.dox.h:89
date mtime
The last modified date/time of the file.
Definition: FtpPollerUtil.qm.dox.h:83