Removes multiple messages from the specified queue.

C# |
public class DeleteMessageBatchRequest : SQSRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DeleteMessageBatchRequest()()()() | Initializes a new instance of the DeleteMessageBatchRequest class |
![]() | Entries |
A list of receipt handles for the messages to be deleted.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IsSetEntries()()()() |
Checks if Entries property is set
|
![]() | IsSetQueueUrl()()()() |
Checks if QueueUrl property is set
|
![]() | QueueUrl |
The URL associated with the Amazon SQS queue.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithEntries(array<DeleteMessageBatchRequestEntry>[]()[][]) | Obsolete.
Sets the list of receipt handles for the messages to be deleted.
|
![]() | WithQueueUrl(String) | Obsolete.
Sets the URL associated with the Amazon SQS queue.
|

This operation takes multiple receipt handles and deletes each one of the messages.
The result of the delete operation on each message is reported individually in the response.

Object | ||
![]() | SQSRequest | |
![]() | DeleteMessageBatchRequest |