Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 458 Bytes

File metadata and controls

24 lines (12 loc) · 458 Bytes

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"