KnowledgeBaseIndexedSharePointActivityRecord 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 indexed SharePoint retrieval activity record.
public class KnowledgeBaseIndexedSharePointActivityRecord : Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseRetrievalActivityRecord, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseIndexedSharePointActivityRecord>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseIndexedSharePointActivityRecord>
type KnowledgeBaseIndexedSharePointActivityRecord = class
inherit KnowledgeBaseRetrievalActivityRecord
interface IJsonModel<KnowledgeBaseIndexedSharePointActivityRecord>
interface IPersistableModel<KnowledgeBaseIndexedSharePointActivityRecord>
Public Class KnowledgeBaseIndexedSharePointActivityRecord
Inherits KnowledgeBaseRetrievalActivityRecord
Implements IJsonModel(Of KnowledgeBaseIndexedSharePointActivityRecord), IPersistableModel(Of KnowledgeBaseIndexedSharePointActivityRecord)
- Inheritance
-
KnowledgeBaseIndexedSharePointActivityRecord
- Implements
Properties
| Name | Description |
|---|---|
| Count |
The count of documents retrieved that were sufficiently relevant to pass the reranker threshold. (Inherited from KnowledgeBaseRetrievalActivityRecord) |
| 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) |
| IndexedSharePointArguments |
The indexed SharePoint arguments for the retrieval activity. |
| KnowledgeSourceName |
The knowledge source for the retrieval activity. (Inherited from KnowledgeBaseRetrievalActivityRecord) |
| QueryTime |
The query time for this retrieval activity. (Inherited from KnowledgeBaseRetrievalActivityRecord) |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |