IStorageGetKeysResult 接口
interface IStorageGetKeysResult extends IPaginationResult<string>
分页获取key的返回结果
继承: IPaginationResult<string>
属性
curPage
curPage: number;
当前页码
totalPage
totalPage: number;
总的页数
interface IStorageGetKeysResult extends IPaginationResult<string>
分页获取key的返回结果
继承: IPaginationResult<string>
curPage: number;
当前页码
totalPage: number;
总的页数