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>
이 페이지가 도움이 되었나요?
피드백 감사합니다. 이 문서를 계속 개선하겠습니다.