TensorStore
tensorstore.KvStore.ReadResult.__init__
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
        • Core
          • CTensorStore
          • CContext
          • CKvStore
            • Classes
              • CSpec
              • CKeyRange
              • CTimestampedStorageGeneration
              • CReadResult
                • Constructors
                  • M__init__
                • Public members
            • Constructors
            • Accessors
            • I/O
            • Synchronous I/O
            • Operators
            • Transactions
            • String representation
          • 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.KvStore.ReadResult(state: 'unspecified' | 'missing' | 'value' = 'unspecified', value: str = '', stamp: KvStore.TimestampedStorageGeneration = KvStore.TimestampedStorageGeneration(b'', -inf))

    Constructs a read result.

    Back to top
    Previous tensorstore.KvStore.ReadResult
    Next tensorstore.KvStore.ReadResult.state