maxFileSize property

int? maxFileSize
final

Specifies the maximum size (in KB) of any .csv file used to transfer data to PostgreSQL.

Example: maxFileSize=512

Implementation

final int? maxFileSize;