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

NetworkIndexingProgressEventArgs

NetworkIndexingProgressEventArgs class

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

public class NetworkIndexingProgressEventArgs : EventArgs

Properties

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

See Also