-
#include "tensorstore/array_storage_statistics.h"
- bool tensorstore::ArrayStorageStatistics::not_stored;
Set to
true
if no data is stored within the requested domain.Only valid if
mask
includesquery_not_stored
.true
indicates no data is stored for the requested domain.false
indicates some data is stored for the requested domain.