Logo

View the Project on GitHub elements-storage/elements-sdk-python

JobFSTriggerUpdate

A filesystem-change trigger that automatically starts a job when matching files are created, modified, renamed or deleted under a watched path.

Properties

Name Type Description Notes
path str Filesystem path to watch for changes.  
job int    
name_glob str Glob pattern; only files whose name matches it fire the trigger. [optional]
recursive bool Also watch subdirectories of the path. [optional]
listen_for_created bool   [optional]
listen_for_modified bool   [optional]
listen_for_renamed bool   [optional]
listen_for_deleted bool   [optional]

[Back to Model list] [Back to API list] [Back to README]