Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PeekedMessageItem

Package version

The object returned in the QueueMessageList array when calling Peek Messages on a Queue

Hierarchy

  • PeekedMessageItem

Index

Properties

dequeueCount

dequeueCount: number

The number of times the message has been dequeued.

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.

messageText

messageText: string

The content of the Message.

Generated using TypeDoc