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

DocumentIndexedEventArgs

DocumentIndexedEventArgs class

Represents arguments for the event of a document indexing is finished.

public class DocumentIndexedEventArgs : EventArgs

Properties

Name Description
DocumentKey { get; } Gets the document key.
ShardIndex { get; } Gets the shard index.

See Also