Keyoti SearchUnit API Docs
ItemsToImportTotal Property
API DocumentationKeyoti.SearchEngine.Index.IndexableSourcesFileSystemFolderBasedSourceItemsToImportTotal
Keyoti SearchUnit v6
If available, the total number of items (documents, records, files, etc) that will be imported, otherwise returns -1.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public override int ItemsToImportTotal { get; }
public override int ItemsToImportTotal { get; }
Public Overrides ReadOnly Property ItemsToImportTotal As Integer
	Get
Public Overrides ReadOnly Property ItemsToImportTotal As Integer
	Get
public:
virtual property int ItemsToImportTotal {
	int get () override;
}
public:
virtual property int ItemsToImportTotal {
	int get () override;
}
abstract ItemsToImportTotal : int with get
override ItemsToImportTotal : int with get
abstract ItemsToImportTotal : int with get
override ItemsToImportTotal : int with get
Property Value
Remarks
Access this property from a different thread to track import progress.

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120