Share via


AzureBlobKnowledgeSourceParameters interface

Parameters for Azure Blob Storage knowledge source.

Properties

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. NOTE: This property will not be serialized. It can only be populated by the server.

folderPath

Optional folder path within the container.

ingestionParameters

Consolidates all general ingestion settings.

Property Details

connectionString

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

connectionString: string

Property Value

string

containerName

The name of the blob storage container.

containerName: string

Property Value

string

createdResources

Resources created by the knowledge source. NOTE: This property will not be serialized. It can only be populated by the server.

createdResources?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

folderPath

Optional folder path within the container.

folderPath?: string

Property Value

string

ingestionParameters

Consolidates all general ingestion settings.

ingestionParameters?: KnowledgeSourceIngestionParameters

Property Value