TensorStore
tensorstore::kvstore::KvStore::KvStore[driver]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
        • Key-value storage
          • CSpec
          • CKvStore
            • Constructors
              • FKvStore [default]
              • FKvStore [driver]
            • Methods
            • Data members
            • Friend functions
            • Related Types
            • 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/kvstore.h"
    tensorstore::kvstore::KvStore::KvStore(DriverPtr driver);
    explicit tensorstore::kvstore::KvStore::KvStore(
        
    DriverPtr driver,
        
    Transaction transaction);
    explicit tensorstore::kvstore::KvStore::KvStore(
        
    DriverPtr driver,
        
    std::string path,
        
    Transaction transaction = no_transaction);

    Constructs from a driver, and optional path and transaction.

    Back to top
    Previous tensorstore::kvstore::KvStore::KvStore[default]
    Next tensorstore::kvstore::KvStore::AppendSuffix