View the Project on GitHub elements-storage/elements-sdk-python
A filesystem-change trigger that automatically starts a job when matching files are created, modified, renamed or deleted under a watched path.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | ||
| path | str | Filesystem path to watch for changes. | |
| name_glob | str | Glob pattern; only files whose name matches it fire the trigger. | |
| recursive | bool | Also watch subdirectories of the path. | |
| listen_for_created | bool | ||
| listen_for_modified | bool | ||
| listen_for_renamed | bool | ||
| listen_for_deleted | bool | ||
| job | int |