BatchNamingConvention
Determines the naming convention of batch files.
Possible Values
Timestamp_BatchNumber, TableName_BatchNumberデータ型
string
デフォルト値
"Timestamp_BatchNumber"
解説
Determines the naming convention of batch files.
- Timestamp_BatchNumber: The file name formatted as yyyyMMddhhmmssSSS_batchNumber, where the timestamp marks the beginning of the transaction.
- TableName_BatchNumber: The file name formatted as TableName_batchNumber.csv.