[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 parsing responses from queue operations.
The following tables list the members exposed by the QueueResponse type.
Public Methods
Name | Description | |
---|---|---|
GetApproximateMessageCount | Gets the approximate message count for the queue. | |
GetError | Returns extended error information from the storage service, that is in addition to the HTTP status code returned with the response. | |
GetMessages | Overloaded. | |
GetMetadata | Overloaded. | |
GetNextVisibleTime | Gets the time when the message will be visible. | |
GetPopReceipt | Gets the pop receipt value from a web response. | |
GetRequestId | Gets the request ID from the response. | |
List | Overloaded. | |
PeekMessages | Overloaded. | |
ReadServiceProperties | Gets an account’s Queue service properties from an input stream. |