blockSize property

int get blockSize

Approximate size of user data packed per block. Note that the block size specified here corresponds to uncompressed data. The actual size of the unit read from disk may be smaller if compression is enabled. This parameter can be changed dynamically.

Implementation

int get blockSize;
set blockSize (int n)

Implementation

set blockSize(int n);