-
#include "tensorstore/open_options.h"
- struct tensorstore::TransactionalOpenOptions : public OpenOptions;
Options for opening a
Spec
with optional transaction and optional batch.Allows the key-value store to be specified as either a
kvstore::Spec
or an already-openKvStore
.