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