ClientOptions.writeSizeLimitBytes

long writeSizeLimitBytes() @property

Get writeSizeLimitBytes property.

Returns

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.

void writeSizeLimitBytes(long propval) @property

Set writeSizeLimitBytes property.

Parameters

propvalA 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.