Microsoft Azure Storage Update
You can use this activity to update the file content.
Settings
This tab has the following fields.
| Field | Description |
|---|---|
| Connection | Lists all connections for a Microsoft Azure Storage account. |
| Service | Lists the service provided. |
| Operation | Lists all operations available for the File service. The following operations are available for the File service:
|
Input
This tab has the following fields:
| Operation | Field | Description |
|---|---|---|
| Write Content | shareName | Name of a share in a Microsoft Azure Storage account. |
| directoryPath | (optional) Path to the parent directory within the share. | |
| fileName | Name of the File in which content is to be updated or cleared. | |
| startRange | (optional) Start range of the file content to be updated or cleared in bytes. | |
| fileContent | File content to be written in base64 encoded format. | |
| endRange | (optional) End range of the file content to be updated or cleared in bytes. | |
| Clear Content | shareName | Name of a share in a Microsoft Azure Storage account. |
| directoryPath | (optional) Path to the parent directory within the share. | |
| fileName | Name of the file in which content is to be updated or cleared. | |
| startRange | (optional) Start range of the file content to be updated or cleared in bytes. | |
| endRange | (optional) End range of the file content to be updated or cleared in bytes. |
Output
The Output tab displays the output schema of the activity in a tree structure format. The properties that are displayed in the schema correspond to the output of this activity and can be used as input by subsequent activities in the flow.
| Operation | Field | Description |
|---|---|---|
| Write Content | isSuccess | Displays the success status of the activity in the form of boolean data type. |
| statusCode |
Displays the HTTP status code of the operation. |
|
| statusMessage | Displays the status message of the operation. | |
| shareName | Displays the name of the share in a Microsoft Azure Storage account in which the existing file is to be updated. | |
| directoryPath | Displays the path to the parent directory within which the content of the file is updated or cleared. | |
| fileName | Displays the name of the file in which the file content is updated or cleared. | |
| Clear Content | isSuccess | Displays the success status of the activity in the form of boolean data type. |
| statusCode |
Displays the status code of the operation. |
|
| statusMessage | Displays the status message of the operation. | |
| shareName | Displays the name of the share in a Microsoft Azure Storage account in which the existing file is to be updated. | |
| directoryPath | Displays the path to the parent directory within which the content of the file is updated or cleared. | |
| fileName | Displays the name of the file in which the file content is updated or cleared. |
Loop
If you want the activity to iterate multiple times within the flow, enter an expression that evaluates the iteration details. Select a type of iteration from the
Type menu. The default type is
None, which means the activity does not iterate.