Upload file to a share
Upload a file to an Azure Files share.
Example
The example above illustrates how to first create a folder, and then transfer files from Azure Blob Storage to an Azure Files share. Used actions: 1. Create directory 2. Read Blob as byte array 3. Upload file to a share.
Properties
Name | Type | Description |
---|---|---|
Connection | Required | The Azure Files connection to a Share. |
Target Directory | Optional | Directory to store the file in. |
File name | Required | The name file to upload. |
File Data | Required | The source for the file content. It must be a byte array or Stream. |
Overwrite | If not checked, the action will fail if a file with the same name already exists. | |
Result variable name | Optional | Add a name if You want to get an result object with information on e.g. the new file id for the uploaded file. |