API Reference
readThroughKv()
Alias for callers that prefer loader-oriented naming.
Import
import { readThroughKv } from "@graphrefly/ts/storage";
Signature
function readThroughKv(opts: TieredReadThroughOptions<T>): Promise<TieredReadThroughResult<T>>
Parameters
| Parameter | Type | Description |
|---|---|---|
opts | TieredReadThroughOptions<T> | Options that configure the helper. |
Returns
A Promise<TieredReadThroughResult<T>> value.
Example
import { readThroughKv } from "@graphrefly/ts/storage";
Source
packages/ts/src/storage/read-through.ts