KnowledgeBaseAzureBlobActivityRecord 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 azure blob retrieval activity record.
public class KnowledgeBaseAzureBlobActivityRecord : Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseRetrievalActivityRecord, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseAzureBlobActivityRecord>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseAzureBlobActivityRecord>
type KnowledgeBaseAzureBlobActivityRecord = class
inherit KnowledgeBaseRetrievalActivityRecord
interface IJsonModel<KnowledgeBaseAzureBlobActivityRecord>
interface IPersistableModel<KnowledgeBaseAzureBlobActivityRecord>
Public Class KnowledgeBaseAzureBlobActivityRecord
Inherits KnowledgeBaseRetrievalActivityRecord
Implements IJsonModel(Of KnowledgeBaseAzureBlobActivityRecord), IPersistableModel(Of KnowledgeBaseAzureBlobActivityRecord)
- Inheritance
-
KnowledgeBaseAzureBlobActivityRecord
- Implements
Properties
| Name | Description |
|---|---|
| AzureBlobArguments |
The azure blob arguments for the retrieval activity. |
| 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) |
| 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) | |