Single file event data description.
Definition: SftpPollerUtil.qm.dox.h:56
const FieldDescriptions
Markdown descriptions for hashdecl members.
Definition: SftpPollerUtil.qm.dox.h:60
constructor()
Creates the type.
main SftpPoller namespace
Definition: SftpPollerUtil.qm.dox.h:54
SftpPoller file event hash.
Definition: SftpPollerUtil.qm.dox.h:69
int mode
the permissions / mode of the file
Definition: SftpPollerUtil.qm.dox.h:83
string perm
a string giving UNIX-style permissions for the file (ex: "-rwxr-xr-x")
Definition: SftpPollerUtil.qm.dox.h:106
int gid
the GID of the owner of the file
Definition: SftpPollerUtil.qm.dox.h:80
date mtime
the last modified date/time of the file
Definition: SftpPollerUtil.qm.dox.h:89
string name
the name of the file, link, or directory
Definition: SftpPollerUtil.qm.dox.h:71
string filepath
the remote filepath relative to SFTP root directory
Definition: SftpPollerUtil.qm.dox.h:116
data data
the file's data
Definition: SftpPollerUtil.qm.dox.h:113
int uid
the UID of the owner of the file
Definition: SftpPollerUtil.qm.dox.h:77
int size
the size of the file in bytes
Definition: SftpPollerUtil.qm.dox.h:74
string type
the type of file
Definition: SftpPollerUtil.qm.dox.h:103
date atime
the last accessed date/time of the file
Definition: SftpPollerUtil.qm.dox.h:86