InsertRecordsFromPayloadResponse |
InsertRecordsFromPayloadResponse.setCountInserted(long countInserted) |
Number of records inserted into the target table.
|
InsertRecordsFromPayloadResponse |
InsertRecordsFromPayloadResponse.setCountSkipped(long countSkipped) |
Number of records skipped, when not running in ABORT
error handling mode.
|
InsertRecordsFromPayloadResponse |
InsertRecordsFromPayloadResponse.setCountUpdated(long countUpdated) |
[Not yet implemented] Number of records updated within the target
table.
|
InsertRecordsFromPayloadResponse |
InsertRecordsFromPayloadResponse.setInfo(Map<String,String> info) |
Additional information.
|
InsertRecordsFromPayloadResponse |
InsertRecordsFromPayloadResponse.setTableName(String tableName) |
|
InsertRecordsFromPayloadResponse |
InsertRecordsFromPayloadResponse.setTypeDefinition(String typeDefinition) |
A JSON string describing the columns of the target table
|
InsertRecordsFromPayloadResponse |
InsertRecordsFromPayloadResponse.setTypeId(String typeId) |
ID of the currently registered table structure type for the
target table
|
InsertRecordsFromPayloadResponse |
InsertRecordsFromPayloadResponse.setTypeLabel(String typeLabel) |
The user-defined description associated with the target table's
structure
|
InsertRecordsFromPayloadResponse |
InsertRecordsFromPayloadResponse.setTypeProperties(Map<String,List<String>> typeProperties) |
A mapping of each target table column name to an array of column
properties associated with that column
|