tAzureStorageOutputTable
merges or deletes entities in the table based on the incoming data from the preceding
component.
tAzureStorageOutputTable Standard properties
These properties are used to configure tAzureStorageOutputTable
running in the Standard Job framework.
The Standard
tAzureStorageOutputTable component belongs to the Cloud family.
The component in this framework is available in all Talend products with Big Data
and in Talend Data Fabric.
Basic settings
Property Type |
Select the way the connection details
This property is not available when other connection component is selected |
Connection Component |
Select the component whose connection details will be |
Account Name |
Enter the name of the storage account you need to access. A storage account |
Account Key |
Enter the key associated with the storage account you need to access. Two |
Protocol |
Select the protocol for this connection to be created. |
Use Azure Shared Access Signature |
Select this check box to use a shared access signature (SAS) to access the In the Azure Shared Access Signature field displayed, Note that the SAS has valid period, you can set the start time at which the |
Table name |
Specify the name of the table into which the entities will be written. |
Schema and Edit schema |
A schema is a row description. It defines the number of fields
Click Edit
|
Partition Key |
Select the schema column that holds the partition key value from the drop-down |
Row Key |
Select the schema column that holds the row key value from the drop-down list. |
Action on data |
Select an action to be performed on data of the table defined.
For performance reasons, the incoming data is processed in parallel and in random |
Action on table |
Select an operation to be performed on the table defined.
|
Process in batch |
Select this check box to process the input entities in batch. Note that the entities to be processed in batch should belong to the same partition |
Die on error |
Select the check box to stop the execution of the Job when an error |
Advanced settings
Name mappings |
Complete this table to map the column name of the
For example, if there are three schema columns
|
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the Job level |
Global variables
NB_LINE |
The number of rows processed. This is an After variable and it returns an |
NB_SUCCESS |
The number of rows successfully processed. This is an After variable and it returns |
NB_REJECT |
The number of rows rejected. This is an After variable and it returns an |
ERROR_MESSAGE |
The error message generated by the component when an error occurs. This |
Usage
Usage rule |
This component is usually used as an end component of a Job or |
Related scenario
For a related scenario, see Handling data with Microsoft Azure Table storage.