FileEventSource describes an event-source for file related events.
Name | Type | Description | Notes |
---|---|---|---|
filter | EventSourceFilter | [optional] | |
eventType | String | Type of file operations to watch Refer https://github.com/fsnotify/fsnotify/blob/master/fsnotify.go for more information | |
watchPathConfig | WatchPathConfig | ||
polling | Boolean | Use polling instead of inotify | [optional] |
metadata | Map<String, String> | Metadata holds the user defined metadata which will passed along the event payload. | [optional] |