KnowledgeBaseAzureBlobReference 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 Azure Blob Storage document reference.
public class KnowledgeBaseAzureBlobReference : Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseReference, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseAzureBlobReference>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseAzureBlobReference>
type KnowledgeBaseAzureBlobReference = class
inherit KnowledgeBaseReference
interface IJsonModel<KnowledgeBaseAzureBlobReference>
interface IPersistableModel<KnowledgeBaseAzureBlobReference>
Public Class KnowledgeBaseAzureBlobReference
Inherits KnowledgeBaseReference
Implements IJsonModel(Of KnowledgeBaseAzureBlobReference), IPersistableModel(Of KnowledgeBaseAzureBlobReference)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| ActivitySource |
The source activity ID for the reference. (Inherited from KnowledgeBaseReference) |
| BlobUrl |
The blob URL for the reference. |
| Id |
The ID of the reference. (Inherited from KnowledgeBaseReference) |
| RerankerScore |
The reranker score for the document reference. (Inherited from KnowledgeBaseReference) |
| SourceData |
Dictionary of <any>. (Inherited from KnowledgeBaseReference) |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |