IStorageGetKeysResult interface
分页获取key的返回结果
Signature:
interface IStorageGetKeysResult extends IPaginationResult<string>
Links: interface IStorageGetKeysResult extends IPaginationResult<string>
Extends: IPaginationResult<string>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
number | 当前页码 | ||
number | 总的页数 |