readHistoryPage
このコンテンツはまだ日本語訳がありません。
function readHistoryPage( store, sessionId, options?): Promise<HistoryPage | null>;休眠会话分页读:store.getHistoryPage 在场且 limit 给定 → 交给 store(段跳读);
否则 get 全量后切片(limit 缺席 = 全量,本就要整卷)。会话不存在 → null。
sessionId
Section titled “sessionId”string
options?
Section titled “options?”Promise<HistoryPage | null>
このページは役に立ちましたか?
フィードバックありがとうございます。この記事の改善に活かします。