跳转到内容

ColdStoredSessionMeta

二级存储中一条会话的元数据(列表 / 索引条目)。

createdAt: string;

endUserKey: string;

generation: number;

lastSeq: number;

optional manifestKey?: string;

一级冷层经 SessionIndexStore 提交时,现行冷清单对象的规范键(每次提交写唯一、 不可变的新对象,index 的 CAS 即提交点)。条件写路径 / 二级冷层缺席。实现方按不透明串存取。


optional platformSessionId?: string;

sessionId: string;

optional title?: string;

updatedAt: string;

volumeId: string;