[ NoAccessorMethod ]
[ Version ( since = "23.0.0" ) ]
public int batch_size { get; set; }
Maximum number of rows processed at a time.
The CSV writer converts and writes data in batches of N rows. This number can impact performance.