BaseKnowledgeBaseActivityRecord interface
Base type for activity records. Tracks execution details, timing, and errors for knowledge base operations.
Properties
| elapsed |
The elapsed time in milliseconds for the retrieval activity. |
| error | The error detail explaining why the operation failed. This property is only included when the activity does not succeed. |
| id | The ID of the activity record. |
| type | The discriminator possible values: searchIndex, azureBlob, indexedSharePoint, indexedOneLake, web, remoteSharePoint, workIQ, fabricDataAgent, fabricOntology, mcpServer, file, indexedSql, modelQueryPlanning, modelAnswerSynthesis, modelWebSummarization, agenticReasoning |
| 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. |
Property Details
elapsedInMs
The elapsed time in milliseconds for the retrieval activity.
elapsedInMs?: number
Property Value
number
error
The error detail explaining why the operation failed. This property is only included when the activity does not succeed.
error?: KnowledgeBaseErrorDetail
Property Value
id
The ID of the activity record.
id: number
Property Value
number
type
The discriminator possible values: searchIndex, azureBlob, indexedSharePoint, indexedOneLake, web, remoteSharePoint, workIQ, fabricDataAgent, fabricOntology, mcpServer, file, indexedSql, modelQueryPlanning, modelAnswerSynthesis, modelWebSummarization, agenticReasoning
type: string
Property Value
string
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.
warning?: string
Property Value
string