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