AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
            Container for the parameters to the PurgeQueue operation.
            Deletes available messages in a queue (including in-flight messages) specified by
            the  
            When you use the  
            The message deletion process takes up to 60 seconds. We recommend waiting for 60 seconds
            regardless of your queue's size. 
            QueueURL parameter.
            
             PurgeQueue action, you can't retrieve any messages deleted
            from a queue.
            
            Messages sent to the queue before you call PurgeQueue might be received
            but are deleted within the next minute.
            
            Messages sent to the queue after you call PurgeQueue might be deleted
            while the queue is being purged.
            
Namespace: Amazon.SQS.Model
Assembly: AWSSDK.SQS.dll
Version: 3.x.y.z
public class PurgeQueueRequest : AmazonSQSRequest IAmazonWebServiceRequest
The PurgeQueueRequest type exposes the following members
| Name | Description | |
|---|---|---|
|   | PurgeQueueRequest() | 
| Name | Type | Description | |
|---|---|---|---|
|   | QueueUrl | System.String | Gets and sets the property QueueUrl. 
            The URL of the queue from which the  Queue URLs and names are case-sensitive. | 
.NET: 
Supported in: 8.0 and newer, Core 3.1
.NET Standard: 
Supported in: 2.0
.NET Framework: 
Supported in: 4.7.2 and newer