1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Scaling.Events
  6. /
  7. NetworkOptimizationProgressEventArgs

NetworkOptimizationProgressEventArgs

NetworkOptimizationProgressEventArgs class

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

public class NetworkOptimizationProgressEventArgs : EventArgs

Properties

Name Description
NodeIndex { get; } Gets the index of the search network node.
ProcessedSegments { get; } Gets the number of processed segments.
ProgressPercentage { get; } Gets the percentage of the progress.
ServiceIndex { get; } Gets the index of the search network node service.
TotalSegments { get; } Gets the total number of segments for processing.

See Also