KnowledgeBaseFileActivityRecord 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 File retrieval activity record.
public class KnowledgeBaseFileActivityRecord : Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseActivityRecord, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseFileActivityRecord>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseFileActivityRecord>
type KnowledgeBaseFileActivityRecord = class
inherit KnowledgeBaseActivityRecord
interface IJsonModel<KnowledgeBaseFileActivityRecord>
interface IPersistableModel<KnowledgeBaseFileActivityRecord>
Public Class KnowledgeBaseFileActivityRecord
Inherits KnowledgeBaseActivityRecord
Implements IJsonModel(Of KnowledgeBaseFileActivityRecord), IPersistableModel(Of KnowledgeBaseFileActivityRecord)
- 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) |
| FileArguments |
The File arguments for the retrieval activity. |
| 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. |
| 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) |