Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--AzureLoader.json
Parent schema eidolon-resource
Type: object

Loads documents from an azure storage container.

Properties

implementation const: "AzureLoader" required
Constant: "AzureLoader"
account_url string required

The URL of the Azure storage account of the form <https://<OAUTH_STORAGE_ACCOUNT_NAME>>.blob.core.windows.net.

container string required

The name of the container to use.

azure_ad_token_provider _Reference | null
create_container_on_startup boolean

If true, the container will be created on startup if not already present.

Default: false
pattern string
Default: "**"

Definitions

_Reference object
implementation string