KnowledgeBaseMcpServerActivityRecord 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 an MCP server retrieval activity record.
public class KnowledgeBaseMcpServerActivityRecord : Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseActivityRecord, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseMcpServerActivityRecord>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseMcpServerActivityRecord>
type KnowledgeBaseMcpServerActivityRecord = class
inherit KnowledgeBaseActivityRecord
interface IJsonModel<KnowledgeBaseMcpServerActivityRecord>
interface IPersistableModel<KnowledgeBaseMcpServerActivityRecord>
Public Class KnowledgeBaseMcpServerActivityRecord
Inherits KnowledgeBaseActivityRecord
Implements IJsonModel(Of KnowledgeBaseMcpServerActivityRecord), IPersistableModel(Of KnowledgeBaseMcpServerActivityRecord)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| Count |
The count of documents retrieved that were sufficiently relevant to pass the reranker threshold. |
| ElapsedMs |
The elapsed time in milliseconds for the retrieval activity. (Inherited from KnowledgeBaseActivityRecord) |
| Error |
The error detail explaining why the operation failed. This property is only included when the activity does not succeed. (Inherited from KnowledgeBaseActivityRecord) |
| Id |
The ID of the activity record. (Inherited from KnowledgeBaseActivityRecord) |
| ImageServing |
Statistics about image serving for this retrieval activity. |
| KnowledgeSourceName |
The knowledge source for the retrieval activity. |
| McpServerArguments |
The MCP server arguments for the retrieval activity. |
| QueryTime |
The query time for this retrieval activity. |
| Warning |
A warning message surfacing potential configuration issues observed during the activity, such as documents dropped due to score thresholding, token limit truncation, or timeout conditions. (Inherited from KnowledgeBaseActivityRecord) |