TensorStore
tensorstore::RecheckCacheOption::time
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • CBatch
          • CTransaction
          • CContext
          • CSchema
          • CSpec
            • Constructors
            • Methods
            • Friend functions
            • Related Types
              • EOpenMode
              • CMinimalSpec
              • CRecheckCacheOption
                • Constructors
                • Methods
                • Types
                • Data members
                  • Vtime
                  • Vflags
              • CRecheckCachedData
              • CRecheckCachedMetadata
              • CRecheckCached
              • CSpecOptions
              • CSpecRequestOptions
              • CSpecConvertOptions
              • COpenOptions
              • CTransactionalOpenOptions
            • Related Functions
          • CTensorStore
        • Indexing
        • Data types
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/staleness_bound.h"
    absl::Time tensorstore::RecheckCacheOption::time =
       
     absl::InfiniteFuture();

    Specifies the time bound.

    If flags == kSpecified, data must not be older than time.

    Back to top
    Previous tensorstore::RecheckCacheOption::Flags
    Next tensorstore::RecheckCacheOption::flags