IDP.Storage.Enterprise.getKeysAsync() 函数
function getKeysAsync(option?: StorageGetKeysOption): Promise<StorageGetKeysResult>;
查询所有的key 默认会查询第一页10条数据
参数:
option: StorageGetKeysOption
返回值: Promise<StorageGetKeysResult>
function getKeysAsync(option?: StorageGetKeysOption): Promise<StorageGetKeysResult>;
查询所有的key 默认会查询第一页10条数据
参数:
option: StorageGetKeysOption返回值: Promise<StorageGetKeysResult>