-
#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.