Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 718 Bytes

FileEventSource.md

File metadata and controls

17 lines (10 loc) · 718 Bytes

FileEventSource

FileEventSource describes an event-source for file related events.

Properties

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]