public class OptimizationProgressEventArgs extends BaseIndexEventArgs
Learn more
| Modifier | Constructor and Description |
|---|---|
protected |
OptimizationProgressEventArgs(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
int totalSegments,
int processedSegments)
Initializes a new instance of the
OptimizationProgressEventArgs class. |
| Modifier and Type | Method and Description |
|---|---|
protected static OptimizationProgressEventArgs |
create(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
int totalSegments,
int processedSegments) |
int |
getProcessedSegments()
Gets the number of processed segments.
|
double |
getProgressPercentage()
Gets the percentage of the progress.
|
int |
getTotalSegments()
Gets the total number of segments for processing.
|
create, getIndexFolder, getIndexId, getStatus, getTimeprotected OptimizationProgressEventArgs(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
int totalSegments,
int processedSegments)
Initializes a new instance of the OptimizationProgressEventArgs class.
totalSegments - The total number of documents for processing.processedSegments - The number of already processed documents.indexId - The index ID.indexFolder - The index folder.status - The index status.protected static OptimizationProgressEventArgs create(com.aspose.ms.System.Guid indexId, String indexFolder, IndexStatus status, int totalSegments, int processedSegments)
public final int getProcessedSegments()
Gets the number of processed segments.
public final double getProgressPercentage()
Gets the percentage of the progress.
public final int getTotalSegments()
Gets the total number of segments for processing.
Copyright © 2026. All rights reserved.