InsertIntoTableRequest¶
Request for inserting records into a table, excluding the Arrow IPC stream.
Properties¶
| Name | Type | Description | Notes |
|---|---|---|---|
| id | List<String> | [optional] | |
| mode | ModeEnum | [optional] |
Enum: ModeEnum¶
| Name | Value |
|---|---|
| APPEND | "append" |
| OVERWRITE | "overwrite" |