tensorstore.KvStore.Spec.path : str

Path prefix within the base key-value store.

Example

>>> spec = ts.KvStore.Spec({'driver': 'file', 'path': 'tmp/data'})
>>> spec.path
'tmp/data'