Skip to content

InsertIntoTableRequest

Request for inserting records into a table, excluding the Arrow IPC stream.

Properties

Name Type Description Notes
id List<String> [optional]
mode String How the insert should behave. Case insensitive, supports both PascalCase and snake_case. Valid values are: - Append (default): insert data to the existing table - Overwrite: remove all data in the table and then insert data to it [optional]