Share via


AzureBlobKnowledgeSourceParameters Class

Definition

Parameters for Azure Blob Storage knowledge source.

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

Constructors

Name Description
AzureBlobKnowledgeSourceParameters(String, String)

Initializes a new instance of AzureBlobKnowledgeSourceParameters.

Properties

Name Description
ConnectionString

Key-based connection string or the ResourceId format if using a managed identity.

ContainerName

The name of the blob storage container.

CreatedResources

Resources created by the knowledge source.

FolderPath

Optional folder path within the container.

IngestionParameters

Consolidates all general ingestion settings.

IsAdlsGen2

Set to true if connecting to an ADLS Gen2 storage account. Default is false.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AzureBlobKnowledgeSourceParameters>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureBlobKnowledgeSourceParameters>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AzureBlobKnowledgeSourceParameters>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureBlobKnowledgeSourceParameters>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureBlobKnowledgeSourceParameters>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to