ClientOptionsGidBuilderImpl.writeSizeLimitBytes

Set writeSizeLimitBytes property.

class ClientOptionsGidBuilderImpl(T)
T
writeSizeLimitBytes
(
long propval
)

Parameters

propval long

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.

Return Value

Type: T

Builder instance for fluent chaining