#include "tensorstore/kvstore/kvstore.h" Result<KvStore> tensorstore::kvstore::KvStore::base() const; Returns the underlying KvStore if this is an adapter, such as OCDBT or neuroglancer_uint64_sharded. Otherwise returns a null kvstore.