Azure File Storage Link
Content Type: Module
Categories: Data
Overview
Makes it easy to exchange files with Azure Files. It offers an interface to read file shares and directory content, uploading documents (including creating the necessary directories) and downloading documents.
Documentation
https://youtu.be/l5oeEjD1Ws0
Demo urlhttps://gdksoftware.com/knowledgebase/azure-file-link-module
Description
Interface to read file shares and directory content, uploading documents (including creating the necessary directories) and downloading documents with Azure Files.
Typical usage scenario
Some files of your application should be stored in or read from Azure Files. With this solution you can easily transfer files between your Mendix application and Azure Files.
Features and limitations
Features
- Get file shares
- List directory content
- Upload file
- Check if file exists
- Download file
- Delete file
- Compose URI to a file
Limitations
None
Dependencies
- CommunityCommons module
Configuration
Set constant values AzureAccountKey and AzureAccountName to connect with your Azure Storage account.
Releases
Version: 2.1.0
Framework Version: 8.17.0
Release Notes: Fileinfo now supports the filesize in bytes.
Version: 1.1.0
Framework Version: 8.17.0
Release Notes: Directories are now linked to the share when directory content is received.
Version: 1.0.0
Framework Version: 8.17.0
Release Notes: First public version.