OptimizationProgressEventArgs
Leave feedback
On this page
Represents the arguments for the progress change event of the optimization operation.
public class OptimizationProgressEventArgs : BaseIndexEventArgs
| Name | Description |
|---|---|
| IndexFolder { get; } | Gets the index folder. |
| IndexId { get; } | Gets the index ID. |
| ProcessedSegments { get; } | Gets the number of processed segments. |
| ProgressPercentage { get; } | Gets the percentage of the progress. |
| Status { get; } | Gets the index status. |
| Time { get; } | Gets the time of an event. |
| TotalSegments { get; } | Gets the total number of segments 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.