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. |
| is |
Indicates whether the connection is to Azure Data Lake Storage Gen2. |
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
isAdlsGen2
Indicates whether the connection is to Azure Data Lake Storage Gen2.
isAdlsGen2?: boolean
Property Value
boolean