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 casechunks
is not multiple in each dimension ofblocks
(or equivalently, ifchunks
is not the same asext_chunks
).See also