TensorStore
tensorstore::Transaction::mode
Type to start searching
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • CBatch
          • CTransaction
            • Types
            • Constructors
            • Methods
              • Fmode
              • Fatomic
              • Faborted
              • Fcommit_started
              • FAbort
              • FCommit
              • FCommitAsync
              • FBarrier
              • Ffuture
              • Ftotal_bytes
            • Friend functions
            • Related Types
            • Related Constants
          • CContext
          • CSchema
          • CSpec
          • 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/transaction.h"
    TransactionMode tensorstore::Transaction::mode() const;

    Returns the transaction mode.

    Back to top
    Previous tensorstore::Transaction::Transaction[mode]
    Next tensorstore::Transaction::atomic