IndexResultInfo Class

Definition

Represents the result of the index process

public ref class IndexResultInfo
[Windows::Foundation::Metadata::WebHostHidden]
class IndexResultInfo
public class IndexResultInfo
type IndexResultInfo = class
Public Class IndexResultInfo
Inheritance
IndexResultInfo

Constructors

IndexResultInfo(TimeSpan, TimeSpan, Int32, IndexStepInfo, IReadOnlyDictionary<FileScannerType,IndexStepInfo>)

Initializes a new instance of the IndexResultInfo class.

IndexResultInfo(TimeSpan, TimeSpan, TimeSpan, TimeSpan, TimeSpan, TimeSpan, TimeSpan, TimeSpan, TimeSpan, TimeSpan, Int32, IndexStepInfo, IReadOnlyDictionary<FileScannerType,IndexStepInfo>)

Initializes a new instance of the IndexResultInfo class.

Properties

DatabaseElapsed

Gets the duration of the work on the database.

FileContentScanEnd

Gets the file content scanning end time since index starts

FileContentScanStart

Gets the file content scanning start time since index starts

FileDataScanEnd

Gets the file data scan end time since index starts

FileDataScanStart

Gets the file data scan start time since index starts

FileIndexStep

Gets the IndexStepInfo corresponding to the file index step.

FileReferenceScanEnd

Gets the file reference scan end time since index starts

FileReferenceScanStart

Gets the file reference scan start time since index starts

FileScanningSteps

Gets a dictionary of IndexStepInfo that represents the information about the steps of the indexer.

IndexProcessCount

Gets the number of time that an overall indexing process has been started.

SymbolScanEnd

Gets the symbol scan end time since index starts

SymbolScanStart

Gets the symbol scan start time since index starts

TotalElapsed

Gets the total duration of the indexing process.

Applies to