Set Queue Metadata
The Set Queue Metadata operation sets user-defined metadata on the specified queue. Metadata is associated with the queue as name-value pairs.
The Set Queue Metadata request may be constructed as follows:
| Method | Request URI | HTTP Version |
|---|---|---|
|
PUT |
|
HTTP/1.1 |
When making a request against the local storage service, specify the local hostname and Queue service port as 127.0.0.1:10001, followed by the local storage account name:
| Method | Request URI | HTTP Version |
|---|---|---|
|
PUT |
|
HTTP/1.1 |
For more information, see Información general del emulador de almacenamiento de Windows Azure.
None.
The following table describes required and optional request headers.
| Request Header | Description |
|---|---|
|
Authorization |
Required. Specifies the authentication scheme, account name, and signature. For more information, see Authentication Schemes. |
|
Date or x-ms-date |
Required. Specifies the Coordinated Universal Time (UTC) for the request. For more information, see Authentication Schemes. |
|
x-ms-version |
Optional. Specifies the version of the operation to use for this request. For more information, see Storage Services Versioning. |
|
x-ms-meta-name:string-value |
Optional. A name-value pair to associate with the queue as metadata. If this operation is performed without specifying at least one header, any existing metadata on the queue is removed. Note that beginning with version 2009-09-19, metadata names must adhere to the naming rules for C# identifiers. |
None.
Request Syntax: PUT http://myaccount.queue.core.windows.net/myqueue?comp=metadata HTTP/1.1 Request Headers: x-ms-version: 2009-09-19 x-ms-date: Fri, 09 Oct 2009 01:47:14 GMT x-ms-meta-meta-sample1: sample1 x-ms-meta-meta-sample2: sample2 Authorization: SharedKey myaccount:u6PSIebDltGW5xHpO77epRpiUhcsTkWMvcM4GTmfqqA=
The response includes an HTTP status code and a set of response headers.
A successful operation returns status code 204 (No Content).
For information about status codes, see Status and Error Codes.
The response for this operation includes the following headers. The response may also include additional standard HTTP headers. All standard headers conform to the HTTP/1.1 protocol specification.
| Response header | Description |
|---|---|
|
x-ms-request-id |
This header uniquely identifies the request that was made and can be used for troubleshooting the request. For more information, see Troubleshooting API Operations. |
|
x-ms-version |
Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and later. |
|
Date |
A UTC date/time value generated by the service that indicates the time at which the response was initiated. |
None.
Only the account owner may call this operation.
To delete queue metadata, call Set Queue Metadata without specifying any metadata headers.