JDBC Driver for Avro

Build 22.0.8462

InsertMode

The behavior when using bulk inserts to create Avro files.

Possible Values

create, overwrite, batch

Data Type

string

Default Value

"create"

Remarks

  • Create: Set this to create a new Avro file using the table name specified in Create Table Statement. This will cause an error if a file already exists with the same file name as the new file.
  • Overwrite: Set this to overwrite any exisiting Avro file with the same name as the new file.
  • Batch: Set this if using BatchSize > 0. This will create multiple Avro files, each file containing data for a single batch. File names would follow the pattern: '<Timestamp>_<Table Name>_<Batch ID>.avro'.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462