Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace PurgeQueueDetails

Purge parameters.

Enumerations

Properties

Functions

Properties

Optional channelIds

channelIds: Array<string>

Optional parameter to specify the destination of purge operation. If the channel ID is specified, the purge operation will delete all the messages in the specific channels. If the channel ID is not specified, the purge operation will delete all the messages in the queue and in the child channels.

purgeType

purgeType: PurgeType

Type of the purge to perform:

  • NORMAL - purge only the normal queue
  • DLQ - purge only the dead letter queue
  • BOTH - purge both the normal queue and the dead letter queue

Functions

getDeserializedJsonObj

getJsonObj