Gjsify LogoGjsify Logo

Flags used when adding a new directory to be indexed in the #TrackerIndexingTree and #TrackerDataProvider.

bitfield

Index

Enumeration Members

CHECK_DELETED: number

Forces checks on deleted contents. This is most usually optimized away unless directory mtime changes indicate there could be deleted content.

CHECK_MTIME: number

Should check mtimes of items in the directory.

IGNORE: number

Should ignore the directory contents.

MONITOR: number

Should setup monitors in the items found in the directory.

NONE: number

No flags.

NO_STAT: number

For cases where the content being crawled by the enumerator is not local (e.g. it's on a server somewhere), use the #TRACKER_DIRECTORY_FLAG_NO_STAT flag. The default is to use stat() and assume we're mining a local or mounted file system.

PRESERVE: number

Should preserve items in the directory even if the directory gets removed.

PRIORITY: number

Internally a priority queue is used and this flag makes sure the directory is given a priority over other directories queued.

RECURSE: number

Should recurse in the directory.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method