Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EnqueuedMessage

Package version

The object returned in the QueueMessageList array when calling Put Message on a Queue

Hierarchy

  • EnqueuedMessage

Index

Properties

expiresOn

expiresOn: Date

The time that the Message will expire and be automatically deleted.

insertedOn

insertedOn: Date

The time the Message was inserted into the Queue.

messageId

messageId: string

The Id of the Message.

nextVisibleOn

nextVisibleOn: Date

The time that the message will again become visible in the Queue.

popReceipt

popReceipt: string

This value is required to delete the Message. If deletion fails using this popreceipt then the message has been dequeued by another client.

Generated using TypeDoc