Key-Value Storage Layer¶
Most TensorStore drivers access the underlying storage for array data through a key-value store layer that supports a variety of underlying storage systems, such as the local filesystem and cloud storage systems, through different drivers.
Drivers¶
Key-Value Store JSON Schema¶
Common properties supported by all key-value stores. Refer to the driver
documentation for the supported
driver
identifiers and driver-specific properties.
object
with members:
driver
Required
|
string
Key-value store driver identifier
|
context |
Specifies context resources that augment/override the parent context. |