Framework
RecoveryContext
Interface: RecoveryContext
Extended recovery context that can be used when models are loaded.
Properties
| Property | Type | Description |
|---|---|---|
adapter | FlashcoreAdapter<string, unknown> | The storage adapter. |
Methods
getCatalogKey()
getCatalogKey(namespace, modelName): stringGet the catalog key for a model.
Parameters
| Parameter | Type |
|---|---|
namespace | string |
modelName | string |
Returns
string
getChunkKey()
getChunkKey(
namespace,
modelName,
chunkId): stringGet the chunk key for a model.
Parameters
| Parameter | Type |
|---|---|
namespace | string |
modelName | string |
chunkId | string |
Returns
string
