This is the target node information for the Object Storage type.
Note
For common syntax and field information on the node source, transform, and target types of Data Flow ETL jobs, see ETLJobNode common.
Syntax
The syntax is as follows:
private String regionNo;
private String bucketName;
private String prefix;
private String dataType;
private List<Field> fieldList;
private UpdateMode updateType;
private Integer coalesce;
Field
The following describes the fields:
| Field | Type | Required | Description |
|---|---|---|---|
regionNo |
String | Required | Region number |
bucketName |
String | Required | Bucket name |
prefix |
String | Required | Target path |
dataType |
String | Required | Data type
|
fieldList |
List |
Required | Field list |
updateType |
String | Optional | Update option
|
coalesce |
Integer | Optional | Number of output files |