- tensorstore.TensorStore.StorageStatistics.not_stored : bool | None
Indicates whether no data is stored for the specified
domain
.For the statistics returned by
TensorStore.storage_statistics
, ifquery_not_stored
is not set toTrue
, then this will beNone
.If
False
, it is guaranteed that all elements within the domain are equal to thefill_value
.