Clustered watch folder events

Descriptions of the events that are supported in clustered watch folder.

The following events are supported:
Table 1. File access events that are supported by clustered watch folder
File access event Notes
IN_ACCESS2 A file was accessed (read or ran).
IN_ATTRIB2 Metadata was changed (for example, chmod, chown, setxattr etc.).
IN_CLOSE_NOWRITE A file or folder that was not opened for writing was closed.
IN_CLOSE_WRITE2 A file that was opened for writing was closed.
IN_CREATE2 A file or folder was created in a watched folder.
IN_DELETE2 A file or folder was deleted from a watched folder.
IN_DELETE_SELF2 A watched file or folder was deleted.
IN_IGNORED1 Event that is triggered when a file system is unmounted. Always follows the IN_UNMOUNT event.
IN_ISDIR1 A directory is listed.
IN_MODIFY2 A file was modified (for example, write or truncate).
IN_MOVE_SELF2 A folder that was being watched was moved.
IN_MOVED_FROM2 A file within the watched folder was renamed.
IN_MOVED_TO2 A file was moved or renamed to this folder.
IN_OPEN A file or folder was opened.
IN_UNMOUNT1 A file system that is being watched is unmounted.
1 These events are always watched.
2 These events are not applicable to a file system mounted as read-only.