IndexStepInfo Class

Definition

Represents the information about a step in the indexer.

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

Constructors

IndexStepInfo(TimeSpan, Int64, Int32, Int32)

Initializes a new instance of the IndexStepInfo class.

IndexStepInfo(TimeSpan, Int64, Int32, Int32, IReadOnlyDictionary<String,IndexSymbolScannerDetails>)

Initializes a new instance of the IndexStepInfo class.

IndexStepInfo(TimeSpan, Int64, Int32, Int32, IReadOnlyDictionary<String, IndexSymbolScannerDetails>, IReadOnlyDictionary<String,ImmutableDictionary<String, IndexSymbolScanFileExtensionDetail>>)

Initializes a new instance of the IndexStepInfo class.

Properties

Duration

Gets the duration of the step.

EntryCount

Gets the total number of entities produced by an indexing step.

ExtensionDetails

Gets the list of extension details

FilesScanned

Gets the number of files that has been scanned.

FilesToScan

Gets the number of files to scan.

ScannerDetails

Gets the list of scanner details

Applies to