Verifying the creation - Cloud - 8.0
Azure Storage Blob
- Version
- Cloud
- 8.0
- Language
- English
- Product
- Talend Big Data
- Talend Big Data Platform
- Talend Data Fabric
- Talend Data Integration
- Talend Data Management Platform
- Talend Data Services Platform
- Talend ESB
- Talend MDM Platform
- Talend Open Studio for Big Data
- Talend Open Studio for Data Integration
- Talend Open Studio for ESB
- Talend Real-Time Big Data Platform
- Module
- Talend Studio
- Content
- Data Governance > Third-party systems > Cloud storages > Azure components > Azure Storage Blob components
- Data Quality and Preparation > Third-party systems > Cloud storages > Azure components > Azure Storage Blob components
- Design and Development > Third-party systems > Cloud storages > Azure components > Azure Storage Blob components
Procedure
-
Double-click tAzureStorageContainerExist to open its Component view.
-
Select
the component whose connection details will be used to set up the Azure storage
connection. In this example, it is
tAzureStorageConnection_1.
-
In the Container name field, enter the
name of the container you need to check whether it exists.
-
Double-click tJava to
open its Component view.
-
In the Code field, enter
System.out.println();
-
In the Outline panel,
which, by default, is found to the left side of the Component view, expand the tAzureStorageContainerExist node.
-
From the Outline panel, drop the
CONTAINER_EXIST global variable into
the parentheses in the code in the Component view in order to make the code read:
System.out.println(((Boolean)globalMap.get("tAzureStorageContainerExist_1_CONTAINER_EXIST")));