TensorStore
tensorstore.TensorStore.StorageStatistics.not_stored
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
        • Core
          • CTensorStore
            • I/O
              • CStorageStatistics
                • Constructors
                • Public members
                  • Pnot_stored
                  • Pfully_stored
              • Mread
              • Mwrite
              • Mresize
              • M__array__
              • Mresolve
              • M__setitem__(transform)
              • M__setitem__(domain)
              • M__setitem__(expr)
              • M__setitem__(indices)
              • Moindex.__setitem__
              • Mvindex.__setitem__
              • Mstorage_statistics
            • Accessors
            • Data type
            • Transactions
            • Indexing
          • CContext
          • CKvStore
          • CTransaction
          • CBatch
          • Fopen
        • 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
    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.

    Back to top
    Previous tensorstore.TensorStore.StorageStatistics.__init__
    Next tensorstore.TensorStore.StorageStatistics.fully_stored