blosc2.NDArray.chunksize#

property NDArray.chunksize: int#

Returns the data chunk size (in bytes) for this container.

This will not be the same as SChunk.chunksize in case chunks is not multiple in each dimension of blocks (or equivalently, if chunks is not the same as ext_chunks).

See also

chunks, ext_chunks