AzureBlobKnowledgeSourceParameters interface
Parameters for Azure Blob Storage knowledge source.
Properties
| connection |
Key-based connection string or the ResourceId format if using a managed identity. |
| container |
The name of the blob storage container. |
| created |
Resources created by the knowledge source. NOTE: This property will not be serialized. It can only be populated by the server. |
| folder |
Optional folder path within the container. |
| ingestion |
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