TensorStore
tensorstore.Transaction.abort
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
        • Core
          • C TensorStore
          • C Context
          • C KvStore
          • C Transaction
            • Constructors
            • Accessors
            • Operations
              • M commit_async
              • M commit_sync
              • M abort
          • C Batch
          • F open
        • 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.Transaction.abort(self) → None

    Aborts the transaction.

    Has no effect if commit_async() or abort() has already been called.

    • commit_async