Namespace Azure.Iot.Operations.Connector.Files.FilesMonitor
Classes
- FileChangedEventArgs
EventArgs that contains context on what change happened to which file
- FsnotifyFilesMonitor
An implementation of IFilesMonitor that relies on the operating system's Fsnotify.
- PollingFilesMonitor
An implementation of IFilesMonitor that relies on the polling the state of the file system rather than listening for notifications from the operating system.
Interfaces
- IFilesMonitor
Defines the interface for watching a directory and/or file for creations, updates, and deletions.