TensorStore
tensorstore::kvstore::ReadResult::stamp
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
        • Key-value storage
          • CSpec
          • CKvStore
            • Constructors
            • Methods
            • Data members
            • Friend functions
            • Related Types
              • TDriverPtr
              • TKvStore
              • TKey
              • TValue
              • CReadResult
                • Types
                • Methods
                • Data members
                  • Vstate
                  • Vvalue
                  • Vstamp
                • Friend functions
              • CTransactionalReadOptions
            • Related Functions
          • CByteRange
          • COptionalByteRangeRequest
          • CStorageGeneration
          • CTimestampedStorageGeneration
          • CKeyRange
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/kvstore/read_result.h"
    TimestampedStorageGeneration tensorstore::kvstore::ReadResult::stamp;

    Generation and timestamp associated with value and state.

    The time must be greater than or equal to the ReadOptions::staleness_bound (or the time of the read request, if a ReadOptions::staleness_bound in the future was specified).

    Back to top
    Previous tensorstore::kvstore::ReadResult::value
    Next tensorstore::kvstore::ReadResult::operator==