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