OptimizationProgressEventArgs

OptimizationProgressEventArgs class

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

public class OptimizationProgressEventArgs : BaseIndexEventArgs

Properties

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.

Remarks

Learn more

See Also