Qore fsevent Module ..
|
AbstractDelayedFsEventPoller option info hash. More...
#include <FsEventPoller.qm.dox.h>
Public Attributes | |
*code | log_info |
info log code | |
*code | log_detail |
detail log code | |
*code | log_debug |
debug log code | |
*string | mask |
file glob() matching mask; may not be set at the same time as regex_mask | |
*string | regex_mask |
file regex matching mask; may not be set at the same time as mask | |
*int | reopts |
regular expression options | |
list< int > | actions |
supported actions More... | |
bool | recursive = False |
add the path recursively? More... | |
bool | disable_initial_run = False |
disable the initial run? More... | |
AbstractDelayedFsEventPoller option info hash.
list<int> FsEventPoller::AbstractFsEventPollerOptionInfo::actions |
supported actions
The default value is ADD and MODIFIED
bool FsEventPoller::AbstractFsEventPollerOptionInfo::disable_initial_run = False |
disable the initial run?
Default False
bool FsEventPoller::AbstractFsEventPollerOptionInfo::recursive = False |
add the path recursively?
Default False