#include "tensorstore/array_storage_statistics.h"
bool tensorstore::ArrayStorageStatistics::fully_stored;

Indicates whether the requested domain is fully stored.

Only valid if mask includes query_fully_stored.

  • true indicates the requested domain is fully stored.

  • false indicates at least some portion of the requested domain is not stored.