OperationProgressEventArgs
Leave feedback
On this page
Represents the arguments for the progress change event of the indexing operation.
public class OperationProgressEventArgs : BaseIndexEventArgs
| 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. |
Learn more
- class BaseIndexEventArgs
- namespace GroupDocs.Search.Events
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.