Click or drag to resize

FileProcessor Properties

The FileProcessor type exposes the following members.

Properties
  Name Description
Public property ActivelyEnumeratedPaths Gets the list of paths that are being actively enumerated.
Public property EnumerationStrategy Gets or sets the strategy to use to enumerate files in the watch directories.
Public property Filter Gets or sets the filter used to determine whether a file should be processed.
Public property FolderExclusion Gets or sets the pattern used to determine whether a folder should be excluded from enumeration.
Public property InternalBufferSize Gets or sets the internal buffer size of each of the SafeFileWatchers instantiated by this file processor.
Public property IsEnumerating Gets the flag indicating if the file processor is actively enumerating.
Public property MaxThreadCount Gets or sets the maximum number of threads used for file processing and enumeration.
Public property OrderedEnumeration Gets or sets the flag that determines whether the file enumeration process should sort files and directories before raising events for enumerated files.
Public property ProcessedFileCount Gets the number of files processed by the file processor.
Public property RequeuedFileCount Gets the number of times files that are being requeued by the file processor.
Public property SkippedFileCount Gets the number of files skipped by the file processor.
Public property TrackChanges Gets or sets a flag that determines whether files should be processed on change.
Public property TrackedDirectories Gets the list of directories currently being tracked by the FileProcessor.
Top
See Also