共用方式為


EnqueuedMessage interface

在佇列上呼叫 Put Message 時,在 QueueMessageList 陣列中傳回的物件

屬性

expiresOn

訊息到期並自動刪除的時間。

insertedOn

訊息插入佇列的時間。

messageId

訊息的識別碼。

nextVisibleOn

訊息再次顯示在佇列中的時間。

popReceipt

需要這個值才能刪除訊息。 如果刪除失敗,請使用此 popreceipt,則訊息已由另一個用戶端取消佇列。

屬性詳細資料

expiresOn

訊息到期並自動刪除的時間。

expiresOn: Date

屬性值

Date

insertedOn

訊息插入佇列的時間。

insertedOn: Date

屬性值

Date

messageId

訊息的識別碼。

messageId: string

屬性值

string

nextVisibleOn

訊息再次顯示在佇列中的時間。

nextVisibleOn: Date

屬性值

Date

popReceipt

需要這個值才能刪除訊息。 如果刪除失敗,請使用此 popreceipt,則訊息已由另一個用戶端取消佇列。

popReceipt: string

屬性值

string