Module: E2B::Models::FilesystemEventType
- Defined in:
- lib/e2b/models/entry_info.rb
Overview
Filesystem event types from directory watching
Maps to the protobuf EventType enum used by the filesystem watcher service.
Constant Summary collapse
- CREATE =
A new file or directory was created (EVENT_TYPE_CREATE = 1)
"CREATE"- WRITE =
A file was written to (EVENT_TYPE_WRITE = 2)
"WRITE"- REMOVE =
A file or directory was removed (EVENT_TYPE_REMOVE = 3)
"REMOVE"- RENAME =
A file or directory was renamed (EVENT_TYPE_RENAME = 4)
"RENAME"- CHMOD =
File permissions were changed (EVENT_TYPE_CHMOD = 5)
"CHMOD"