数据处理 / QueueReadDataResult
QueueReadDataResult Interface
数据存储
队列数据结果
Table of contents
Properties
code: MemoryStorageResultCode |
|---|
| 状态码 |
id: string |
| 用于给 asyncRemoveData 调用的字符串id,用于指向读取出来的队列项 |
values: any[] |
| 读取出来的队列项的值的数组 |
Properties
code
• code: MemoryStorageResultCode
状态码
id
• id: string
用于给 asyncRemoveData 调用的字符串id,用于指向读取出来的队列项
values
• values: any[]
读取出来的队列项的值的数组