InsertMode
Specifies the method to use when inserting bulk data. By default, the DML mode is used.
Possible Values
DML, CSVStreamデータ型
string
デフォルト値
"DML"
解説
There are only two valid options: DML and CSVStream.
When InsertMode is set to DML, the 本製品 uses INSERT SQL statements to upload bulk data.
When this property is set to CSVStream, the 本製品 employs the bulk upload with the COPY FROM STDIN command.