BatchNamingConvention
Specifies the naming convention that the provider uses for batch files.
Possible Values
Timestamp_BatchNumber, TableName_BatchNumberデータ型
string
デフォルト値
"Timestamp_BatchNumber"
解説
This property determines how the connector names each batch file when InsertMode is set to FilePerBatch.
- Timestamp_BatchNumber: Names the file using a timestamp and batch number formatted as yyyyMMddhhmmssSSS_batchNumber, where the timestamp marks the beginning of the transaction.
- TableName_BatchNumber: Names the file using the table name and batch number formatted as TableName_batchNumber.csv.
This property is useful for controlling file naming consistency when generating multiple batch output files.