writeBufferSize property

int? writeBufferSize
final

The size (in KB) of the in-memory file write buffer used when generating .csv files on the local disk at the DMS replication instance. The default value is 1000 (buffer size is 1000KB).

Implementation

final int? writeBufferSize;