Interface | Description |
---|---|
IStorageBackend |
An abstract storage backend that instantiates tables and coordinates transactions.
|
Class | Description |
---|---|
SimpleLocalStorageBackend |
Basic storage backend implementation based on local collections.
|
SimpleRuntimeContext |
A simple demo implementation of the IQRC interface using tables.
|
TabularRuntimeContext |
An abstract runtime context that serves enumerable input key instances from tables.
|