[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]
Top
Provides a set of methods for constructing requests for queue operations.
The following tables list the members exposed by the QueueRequest type.
Public Methods
Name | Description | |
---|---|---|
AddMetadata | Overloaded. | |
ClearMessages | Constructs a web request to clear all messages in the queue. | |
Create | Constructs a web request to create a queue. | |
Delete | Constructs a web request to delete a queue. | |
DeleteMessage | Constructs a web request to delete the specified message. | |
GenerateMessageRequestBody | Generates the message request body from a string containing the message. | |
GetMessages | Constructs a web request to retrieve a specified number of messages. | |
GetMetadata | Constructs a web request to return the user-defined metadata for the queue. | |
GetServiceProperties | Gets the properties of an account’s Queue service. | |
List | Constructs a web request to return a listing of all queues in the storage account. | |
PeekMessages | Constructs a web request to retrieve a specified number of messages without changing their visibility. | |
PutMessage | Overloaded. | |
SetMetadata | Constructs a web request to set user-defined metadata for the queue. | |
SetServiceProperties | Sets the properties of an account’s Queue service. | |
SignRequest | Signs the request for Shared Key authentication. | |
SignRequestForSharedKeyLite | Signs the request for Shared Key Lite authentication. | |
UpdateMessage | Updates a queue message. | |
WriteServiceProperties | Writes the Queue service properties to an output stream. |