This is the target node information for the Cloud DB for PostgreSQL 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 connectionId;
private String table;
private List<Field> fieldList;
private UpdateMode updateType;
Field
The following describes the fields:
| Field | Type | Required | Description |
|---|---|---|---|
connectionId |
String | Required | Connection ID |
table |
String | Required | Table name |
fieldList |
List |
Required | Field list |
updateType |
String | Optional | Update option
|