OperationProgressEventArgs

OperationProgressEventArgs class

Represents the arguments for the progress change event of the indexing operation.

public class OperationProgressEventArgs : BaseIndexEventArgs

Properties

Name Description
IndexFolder { get; } Gets the index folder.
IndexId { get; } Gets the index ID.
LastDocumentKey { get; } Gets the key of the last processed document.
LastDocumentPath { get; } Gets the path of the last processed document.
LastDocumentStatus { get; } Gets the status of the last processed document.
ProcessedDocuments { get; } Gets the number of successfully processed documents.
ProgressPercentage { get; } Gets the percentage of the progress.
SkippedDocuments { get; } Gets the number of skipped documents.
Status { get; } Gets the index status.
Time { get; } Gets the time of an event.
TotalDocuments { get; } Gets the total number of documents for processing.

Remarks

Learn more

See Also