Microsoft Azure Storage Create
You can use this activity to create new shares or new files and directories within a share.
Configuration
This tab has the following fields.
Input
This tab has the following fields:
Field | Operation | Description |
---|---|---|
shareName | Create Share, Create Directory, Create File | Name of a share in a Microsoft Azure Storage account. |
directoryPath | Create Directory, Create File | (optional) Path to the parent directory within which files and directories are to be created. |
directoryName | Create Directory | Name of directory to be created within a share or a parent directory. |
fileName | Create File | Name of the file to be created. |
fileContent | Create File | (optional) File content to be created in base64 encoded format. |
Output
The
Output tab displays the output schema of the activity in a tree structure format. The output is read-only. The information in the schema varies based on the fields selected on the
Configuration tab. 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 | Create Share, Create Directory, Create File | Displays the success status of the activity in the form of boolean datatype. |
statusCode | Create Share, Create Directory, Create File | Displays the http status code of the operation. |
statusMessage | Create Share, Create Directory, Create File | Displays the status message of the operation. |
shareName | Create Share, Create Directory, Create File | Displays the name of share in the Microsoft Azure Storage account. |
directoryPath | Create Directory, Create File | Displays the path to the parent directory within which new file or new directory is created. |
fileName | Create File | Displays the name of the file created within a directory. |
directoryName | Create Directory | Displays the name of directory created within a share. |
Copyright © Cloud Software Group, Inc. All rights reserved.