Share via


AzureBlobKnowledgeSource Class

Definition

Configuration for Azure Blob Storage knowledge source.

public class AzureBlobKnowledgeSource : Azure.Search.Documents.Indexes.Models.KnowledgeSource, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.AzureBlobKnowledgeSource>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.AzureBlobKnowledgeSource>
type AzureBlobKnowledgeSource = class
    inherit KnowledgeSource
    interface IJsonModel<AzureBlobKnowledgeSource>
    interface IPersistableModel<AzureBlobKnowledgeSource>
Public Class AzureBlobKnowledgeSource
Inherits KnowledgeSource
Implements IJsonModel(Of AzureBlobKnowledgeSource), IPersistableModel(Of AzureBlobKnowledgeSource)
Inheritance
AzureBlobKnowledgeSource
Implements

Constructors

AzureBlobKnowledgeSource(String, AzureBlobKnowledgeSourceParameters)

Initializes a new instance of AzureBlobKnowledgeSource.

Properties

AzureBlobParameters

The type of the knowledge source.

Description

Optional user-defined description.

(Inherited from KnowledgeSource)
EncryptionKey

A description of an encryption key that you create in Azure Key Vault. This key is used to provide an additional level of encryption-at-rest for your agent definition when you want full assurance that no one, not even Microsoft, can decrypt them. Once you have encrypted your agent definition, it will always remain encrypted. The search service will ignore attempts to set this property to null. You can change this property as needed if you want to rotate your encryption key; Your agent definition will be unaffected. Encryption with customer-managed keys is not available for free search services, and is only available for paid services created on or after January 1, 2019.

(Inherited from KnowledgeSource)
ETag

The ETag of the KnowledgeSource.

(Inherited from KnowledgeSource)
Name

The name of the knowledge source.

(Inherited from KnowledgeSource)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AzureBlobKnowledgeSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AzureBlobKnowledgeSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<KnowledgeSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from KnowledgeSource)
IJsonModel<KnowledgeSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from KnowledgeSource)
IPersistableModel<AzureBlobKnowledgeSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureBlobKnowledgeSource>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AzureBlobKnowledgeSource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<KnowledgeSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from KnowledgeSource)
IPersistableModel<KnowledgeSource>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from KnowledgeSource)
IPersistableModel<KnowledgeSource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from KnowledgeSource)

Applies to