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