Qore fsevent Module  ..
FsEventPoller::AbstractFsEventPollerOptionInfo hashdecl Reference

AbstractDelayedFsEventPoller option info hash. More...

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...
 

Detailed Description

AbstractDelayedFsEventPoller option info hash.

Member Data Documentation

◆ actions

list<int> FsEventPoller::AbstractFsEventPollerOptionInfo::actions
Initial value:
= (
)
const ADD
const MODIFIED

supported actions

The default value is ADD and MODIFIED

See also
Filesystem Event Constants for allowed values in the list

◆ disable_initial_run

bool FsEventPoller::AbstractFsEventPollerOptionInfo::disable_initial_run = False

disable the initial run?

Default False

◆ recursive

bool FsEventPoller::AbstractFsEventPollerOptionInfo::recursive = False

add the path recursively?

Default False


The documentation for this hashdecl was generated from the following file: