-
#include "tensorstore/array_storage_statistics.h"
- enum tensorstore::ArrayStorageStatistics::Mask;
Indicates the information to request.
- enumerator query_not_stored = 1;¶
Query if no data is stored.
- enumerator query_fully_stored = 2;¶
Query if data is stored for all elements in the requested domain.