MAX_WRITE_BUFFER_SIZE
The maximum transfer size when writing to a file. Attempts to write more bytes than this may be broken down internally into transfers that are this small, possibly recycling the same buffer.
The maximum transfer size when writing to a file. Attempts to write more bytes than this may be broken down internally into transfers that are this small, possibly recycling the same buffer.