See Also
IndexProgressInfo Class
You are here:
Symbol Reference
dtSearch .NET Standard API
Symbol Reference
>
dtSearch.Engine Namespace
dtSearch.Engine Namespace
>
IndexProgressInfo Class
DisposableObject Class
ExtractionOptions Class
FileConverter Class
IndexCache Class
IndexFileInfo Class
IndexInfo Class
IndexJob Class
IndexProgressInfo Class
JobBase Class
JobErrorInfo Class
ListIndexJob Class
Options Class
OutputBase Class
SearchFileInfo Class
SearchFilter Class
SearchJob Class
SearchProgressInfo Class
SearchReportJob Class
SearchResults Class
SearchResultsItem Class
CheckConfigurationFlags Enumeration
Server Class
WordListBuilder Class
IcuStatusCode Enumeration
OtherFlags Enumeration
dts_pi_DataSourceArray Structure
DataSource Interface
IIndexStatusHandler Interface
ISearchStatusHandler Interface
AbortValue Enumeration
BinaryFilesSettings Enumeration
ConvertFlags Enumeration
ConvertPathFlags Enumeration
DebugLogFlags Enumeration
ErrorCodes Enumeration
ExtractionOptionsFlags Enumeration
FieldFlags Enumeration
FileInfoFlags Enumeration
HyphenSettings Enumeration
IndexingFlags Enumeration
IndexingStep Enumeration
ListIndexFlags Enumeration
MessageCode Enumeration
OutputFormat Enumeration
ReportFlags Enumeration
SearchFlags Enumeration
SortFlags Enumeration
TextFlags Enumeration
TypeId Enumeration
UnicodeFilterFlags Enumeration
UnindexedSearchFlags Enumeration
WordListBuilderFlags Enumeration
>
IndexProgressInfo Properties
IndexProgressInfo Members
IndexProgressInfo Constructor
IndexProgressInfo Fields
IndexProgressInfo Properties
Close
dtSearch .NET Standard API 2021.02
Contents
|
Index
|
Reference
|
Home
Previous
|
Up
|
Next
IndexProgressInfo Properties
The properties of the IndexProgressInfo class are listed here.
Public Properties
BinaryCount
Number of files not indexed because they were determined to be binary. (See Options.BinaryFiles)
BytesRead64
Total size of the files indexed so far, in bytes
BytesReadKB
Total size of the files indexed so far, in kilobytes
BytesToIndex64
Total size of the files to be indexed, in bytes
BytesToIndexKB
Total size of the files to be indexed, in kilobytes
CurrMergePercent
Percentage of the current merge process that has been completed
DocBytesRead64
Bytes of document data that have been read so far
DocBytesReadKB
Kilobytes of document data that have been read so far
DocsInIndex
Number of documents in the index
DocsRead
Number of documents read so far (a single file may include more than one document)
ElapsedSeconds
Seconds since the index job started
EncryptedCount
Number of files not indexed because they were encrypted.
EstRemainingSeconds
Estimated number of seconds remaining in the index job
FilesChecked
Number of files in the selected folders that have been checked to see if they need to be indexed
FilesRead
Number of files read so far
FilesToCheck
Number of files in the selected folders to check to see if they have been indexed
FilesToIndex
Number of files to index
IndexPath
Location of the index being updated
IndexPercentFull
Percentage of the maximum possible size of this index
OpenFailures
Number of files not indexed because they could not be accessed
PartiallyCorruptCount
Number of documents that were partially corrupt
PartiallyEncryptedCount
Number of documents that were partially encrypted
PercentDone
The percentage of the files that have been indexed
Step
An
IndexingStep
value indicating what the indexer is currently doing
UpdateType
A
MessageCode
indicating the reason for the update message
WordsInIndex
Number of unique words in the index
See Also
IndexProgressInfo Class