你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EnqueuedMessage interface

在队列上调用 Put Message 时在 QueueMessageList 数组中返回的对象

属性

expiresOn

消息过期并自动删除的时间。

insertedOn

将消息插入队列的时间。

messageId

消息的 ID。

nextVisibleOn

消息在队列中再次可见的时间。

popReceipt

需要此值才能删除消息。 如果使用此 popreceipt 删除失败,则消息已被另一个客户端取消排队。

属性详细信息

expiresOn

消息过期并自动删除的时间。

expiresOn: Date

属性值

Date

insertedOn

将消息插入队列的时间。

insertedOn: Date

属性值

Date

messageId

消息的 ID。

messageId: string

属性值

string

nextVisibleOn

消息在队列中再次可见的时间。

nextVisibleOn: Date

属性值

Date

popReceipt

需要此值才能删除消息。 如果使用此 popreceipt 删除失败,则消息已被另一个客户端取消排队。

popReceipt: string

属性值

string