tiledbsoma.DenseNDArray.maxshape

property DenseNDArray.maxshape: Tuple[int, ...]

Returns the maximum resizable capacity of each dimension, always a list of length ndim. This will not necessarily match the bounds of occupied cells within the array. It is the upper limit for resize on the array.

Lifecycle

Maturing.