Lists files on an Azure Blob server.
The AzureBlob nodes enable you to access data from Azure containers so that you can integrate your data flows with Azure. See:
To create a list of files in an Azure Blob container, specify the name of the container that you want to interrogate in the Container property.
If you want to list files from multiple Azure Blob containers, use the (from Field) variant of the Container property to point to an input field that references the Azure locations. See the example in the AzureBlob Get node help topic.
Provide your Azure account name and account key details in the AccountName and AccountKey properties.
Properties
Container
Specify the name of the Azure Blob Container.
Choose the (from Field) variant of this property to look up the value from an input field with the name specified. A value is required for this property.
ObjectPrefix
Optionally specify the prefix of the Azure Objects.
If the prefix is not set then all objects will be listed. Choose the (from Field) variant of this property to look up the value from an input field with the name specified. A value is required for this property.
AccountName
Specify the Azure Account Name. A value is required for this property.
AccountKey
Specify the Azure Secret Key. A value is required for this property.
FailureBehavior
Optionally specify what to do when the request fails. Choose from:
- Error - Report error and stop further processing.
- Log - Log a warning message.
- Ignore - Ignore the error.
The default value is Log.
Inputs and outputs
Inputs: 1 optional.
Outputs: listed files, errors.