Microsoft Azure Storage Update

You can use this activity to update the file content.

Configuration

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:
  • Write Content: Writes or replaces the content in a file.
  • Clear Content: Erases the content in a file.

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.
Note: The length of the input file content and range (difference between start range and end range) should be same for Write Content operation.
Note: When startRange and endRange is not provided, the Write Content operation appends the content at the end of the file whereas the Clear Content operation clears the entire content of the file.

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.