This is a batch version of DeleteMessage. It 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.
Namespace: Amazon.SQS.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DeleteMessageBatchRequest
Public Class DeleteMessageBatchRequest
public ref class DeleteMessageBatchRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DeleteMessageBatchRequest()()()() | Initializes a new instance of the DeleteMessageBatchRequest class | |
| Entries |
Gets and sets the Entries property. 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 |
Gets and sets the QueueUrl property.
The URL associated with the Amazon SQS queue.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithEntries(array<DeleteMessageBatchRequestEntry>[]()[][]) |
Sets the Entries property
| |
| WithQueueUrl(String) |
Sets the QueueUrl property
|