Class PassageRetrievalCompletedEventArgs
Provides data for the PassageRetrievalCompleted event.
public sealed class PassageRetrievalCompletedEventArgs : EventArgs
- Inheritance
-
PassageRetrievalCompletedEventArgs
- Inherited Members
Constructors
- PassageRetrievalCompletedEventArgs(string, int, int, IReadOnlyList<DocumentReference>, TimeSpan)
Initializes a new instance of the PassageRetrievalCompletedEventArgs class.
Properties
- Elapsed
Gets the elapsed time for the retrieval operation.
- Query
Gets the query that was used for retrieval.
- References
Gets the document references for the retrieved passages.
- RequestedCount
Gets the maximum number of passages that were requested.
- RetrievedCount
Gets the number of passages retrieved.