Information about a document being indexed (part of IndexProgressInfo)
dtSearch.Engine.IndexFileInfo
C#
public class IndexFileInfo;
Topics
|
Topic |
Description |
|---|---|
|
The following tables list the members exposed by IndexFileInfo. | |
|
The properties of the IndexFileInfo class are listed here. |
IndexFileInfo Properties
|
IndexFileInfo Properties |
Description |
|---|---|
|
Number of bytes of the file that have been read so far | |
|
Alternative user-friendly name for this document (usually the "Title") | |
|
DocId that will be assigned to this document in the index | |
|
Information about how this document was indexed. | |
|
Full path and filename of the document | |
|
Location of the file | |
|
Name of the file | |
|
If the file could not be opened, a message indicating the reason | |
|
Percent of the file that has been processed so far | |
|
Size of the file in bytes | |
|
File format expressed as a public string | |
|
File format expressed as a TypeId | |
|
Stored fields in the document (sent with dtsnIndexFileDone only) | |
|
Number of words parsed from the file |
See Also