AzureFileMemory
Property | Pattern | Type | Deprecated | Definition | Title/Description |
---|---|---|---|---|---|
+ implementation | No | const | No | - | Implementation |
- azure_ad_token_provider | No | object | No | In #/$defs/_Reference | - |
+ account_url | No | string | No | - | Account Url |
+ container | No | string | No | - | Container |
- create_container_on_startup | No | boolean | No | - | Create Container On Startup |
1. Property implementation
Title: Implementation
Type | const |
Required | Yes |
Specific value: "AzureFileMemory"
2. Property azure_ad_token_provider
Type | object |
Required | No |
Additional properties | [Any type: allowed] |
Defined in | #/$defs/_Reference |
Property | Pattern | Type | Deprecated | Definition | Title/Description |
---|---|---|---|---|---|
- implementation | No | string | No | - | Implementation |
- | No | object | No | - | - |
2.1. Property implementation
Title: Implementation
Type | string |
Required | No |
3. Property account_url
Title: Account Url
Type | string |
Required | Yes |
Description: The URL of the Azure storage account of the form https://<OAUTH_STORAGE_ACCOUNT_NAME>.blob.core.windows.net.
4. Property container
Title: Container
Type | string |
Required | Yes |
Description: The name of the container to use.
5. Property create_container_on_startup
Title: Create Container On Startup
Type | boolean |
Required | No |
Default | false |
Description: If true, the container will be created on startup if not already present.