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