Microsoft Azure Storage Update
You can use this activity to update the file content.
Input
This tab has the following fields:
Field | Operation | Description |
---|---|---|
shareName | Write Content, Clear Content | Name of a share in a Microsoft Azure Storage account. |
directoryPath | Write Content, Clear Content | (optional) Path to the parent directory within the share. |
fileName | Write Content, Clear Content | Name of the File in which content is to be updated or cleared. |
fileContent | Write Content | File content to be written in base64 encoded format. |
startRange | Write Content, Clear Content | (optional) Start range of the file content to be updated or cleared in bytes. |
endRange | Write Content, Clear Content | (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 output is read-only. 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.
Field | Operation | Description |
---|---|---|
isSuccess | Write Content, Clear Content | Displays the success status of the activity in the form of boolean datatype. |
statusCode | Write Content, Clear Content | Displays the http status code of the operation. |
statusMessage | Write Content, Clear Content | Displays the status message of the operation. |
shareName | Write Content, Clear Content | Displays the name of share in a Microsoft Azure Storage account in which the existing file is to be updated. |
directoryPath | Write Content, Clear Content | Displays the path to the parent directory within which the content of the file is updated or cleared. |
fileName | Write Content, Clear Content | Displays the name of the file in which the file content is updated or cleared. |
Copyright © Cloud Software Group, Inc. All rights reserved.