数据处理 / SortedMapGetRangeDataResult
SortedMapGetRangeDataResult Interface
数据存储
范围排序映射数据回调函数结果
Table of contents
Properties
array: { key: string; sortKey: string number; value: any } [] |
---|
一个符合条件的数据的数组,数组每个项有所有符合标准的键、值、排序键 |
code: MemoryStorageResultCode |
状态码 |
Properties
array
• array: {
key:
string;
sortKey:
stringnumber
;
value:
any }
[]
一个符合条件的数据的数组,数组每个项有所有符合标准的键、值、排序键
code
• code: MemoryStorageResultCode
状态码