TensorStore
tensorstore.TensorStore.StorageStatistics.not_stored
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
        • Core
          • C TensorStore
            • I/O
              • C StorageStatistics
                • Constructors
                • Public members
                  • P not_stored
                  • P fully_stored
              • M read
              • M write
              • M resize
              • M __array__
              • M resolve
              • M __setitem__(transform)
              • M __setitem__(domain)
              • M __setitem__(expr)
              • M __setitem__(indices)
              • M oindex.__setitem__
              • M vindex.__setitem__
              • M storage_statistics
            • Accessors
            • Data type
            • Transactions
            • Indexing
          • C Context
          • C KvStore
          • C Transaction
          • C Batch
          • F open
        • Indexing
        • Spec
        • Views
        • Data types
        • Asynchronous support
        • OCDBT
        • Experimental
      • API reference
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    property 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, if query_not_stored is not set to True, then this will be None.

    If False, it is guaranteed that all elements within the domain are equal to the fill_value.