KnowledgeAgentSearchActivityRecord Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a retrieval activity record.
public class KnowledgeAgentSearchActivityRecord : Azure.Search.Documents.Agents.Models.KnowledgeAgentActivityRecord
type KnowledgeAgentSearchActivityRecord = class
inherit KnowledgeAgentActivityRecord
Public Class KnowledgeAgentSearchActivityRecord
Inherits KnowledgeAgentActivityRecord
- Inheritance
Properties
Count |
The count of documents retrieved. |
ElapsedMs |
The elapsed time in milliseconds for the retrieval activity. |
Id |
The ID of the activity record. (Inherited from KnowledgeAgentActivityRecord) |
Query |
The query details for the retrieval activity. |
QueryTime |
The query time for this retrieval activity. |
TargetIndex |
The target index for the retrieval activity. |