write_size_limit_bytes


Description:

[ NoAccessorMethod ]
[ Version ( since = "14.0.0" ) ]
public int64 write_size_limit_bytes { get; set; }

A soft limit on the number of bytes to write in a single batch when sending Arrow data to a server.

Used to help limit server memory consumption. Only enabled if positive. When enabled, GARROW_ERROR_IO may be yielded.