Microsoft Azure Storage Update

You can use this activity to update the file content.

Settings

Note: Blob service is not supported for MicrosoftAzureStorageUpdate activity.

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:

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.
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 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 datatype.
statusCode Displays the http status code of the operation.
statusMessage Displays the status message of the operation.
shareName Displays the name of 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 datatype.
statusCode Displays the http status code of the operation.
statusMessage Displays the status message of the operation.
shareName Displays the name of 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 would like this activity to iterate multiple times within the flow, enter an expression that evaluates to the iteration details. Select a type of iteration from the Type menu. The default type is None, which means the activity will not iterate. Refer to the "Using the Loop Feature in an Activity" topic in the TIBCO Flogo® Enterprise documentation.