JSONReadOptions.blockSize

int blockSize() @property nothrow

Get blockSize property.

Returns

Block size we request from the IO layer; also determines the size

of chunks when #GArrowJSONReadOptions:use-threads is true.

void blockSize(int propval) @property nothrow

Set blockSize property.

Parameters

propvalBlock size we request from the IO layer; also determines the size of chunks when #GArrowJSONReadOptions:use-threads is true.