"AzureFiles" (Data Connection)
"AzureFiles" (Data Connection)
Details
- Use DataConnectionObject to represent data located in Azure Files in Wolfram Language.
- Import can be used to retrieve data from a DataConnectionObject.
Properties
| "ConnectionName" | "AzureFiles" | |
| "Location" | query given as a string | |
| "Redownload" | whether to redownload cache files |
| "Account" | Azure storage account name | |
| "Container" | container the file is located in |
| "path" | path to the file |
Account Setting & Authentication
| Automatic | attempt to use saved credentials or give a dialog | |
| "Dialog" | give authentication parameters via a dialog | |
| SystemCredential["key"] | retrieve authentication information from secure storage | |
| SystemCredentialData[…] | stored authentication data | |
| assoc | provide explicit credentials |
| "SASToken" | SAS token |
Examples
open all close allBasic Examples (2)
Create a DataConnectionObject to data located in an Azure file:
DataConnectionObject[
<|"ConnectionName" -> "AzureFiles", "Account" -> "wolframdataconnection", "Container" -> "samples", "Location" -> "coneflower.jpg"|>]Retrieve data from an Azure file using Import:
Import@DataConnectionObject[
<|"ConnectionName" -> "AzureFiles", "Account" -> "wolframdataconnection", "Container" -> "samples", "Location" -> "coneflower.jpg"|>]See Also
Data Connections: AzureBlobStorage AzureTables AmazonS3 Dropbox Kaggle OneDrive