@@ -3,17 +3,17 @@ title: Azure Storage Queues client library for .NET
3
3
keywords : Azure, dotnet, SDK, API, Azure.Storage.Queues, storage
4
4
author : seanmcc-msft
5
5
ms.author : seanmcc
6
- ms.date : 07/11 /2023
6
+ ms.date : 09/12 /2023
7
7
ms.topic : reference
8
8
ms.devlang : dotnet
9
9
ms.service : storage
10
10
---
11
- # Azure Storage Queues client library for .NET - version 12.15 .0
11
+ # Azure Storage Queues client library for .NET - version 12.16 .0
12
12
13
13
14
14
> Server Version: 2021-02-12, 2020-12-06, 2020-10-02, 2020-08-04, 2020-06-12, 2020-04-08, 2020-02-10, 2019-12-12, 2019-07-07, and 2019-02-02
15
15
16
- Azure Queue storage is a service for storing large numbers of messages that
16
+ Azure Queue storage is a service for storing large numbers of messages that
17
17
can be accessed from anywhere in the world via authenticated calls using
18
18
HTTP or HTTPS. A single queue message can be up to 64 KB in size, and a
19
19
queue can contain millions of messages, up to the total capacity limit of
@@ -68,12 +68,12 @@ We guarantee that all client instance methods are thread-safe and independent of
68
68
69
69
### Additional concepts
70
70
<!-- CLIENT COMMON BAR -->
71
- [ Client options] ( https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Queues_12.15 .0/sdk/core/Azure.Core/README.md#configuring-service-clients-using-clientoptions ) |
72
- [ Accessing the response] ( https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Queues_12.15 .0/sdk/core/Azure.Core/README.md#accessing-http-response-details-using-responset ) |
73
- [ Long-running operations] ( https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Queues_12.15 .0/sdk/core/Azure.Core/README.md#consuming-long-running-operations-using-operationt ) |
74
- [ Handling failures] ( https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Queues_12.15 .0/sdk/core/Azure.Core/README.md#reporting-errors-requestfailedexception ) |
75
- [ Diagnostics] ( https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Queues_12.15 .0/sdk/core/Azure.Core/samples/Diagnostics.md ) |
76
- [ Mocking] ( https://github. com/Azure /azure-sdk-for-net/blob/Azure.Storage.Queues_12.15.0/ sdk/core/Azure.Core/README.md# mocking ) |
71
+ [ Client options] ( https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Queues_12.16 .0/sdk/core/Azure.Core/README.md#configuring-service-clients-using-clientoptions ) |
72
+ [ Accessing the response] ( https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Queues_12.16 .0/sdk/core/Azure.Core/README.md#accessing-http-response-details-using-responset ) |
73
+ [ Long-running operations] ( https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Queues_12.16 .0/sdk/core/Azure.Core/README.md#consuming-long-running-operations-using-operationt ) |
74
+ [ Handling failures] ( https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Queues_12.16 .0/sdk/core/Azure.Core/README.md#reporting-errors-requestfailedexception ) |
75
+ [ Diagnostics] ( https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Queues_12.16 .0/sdk/core/Azure.Core/samples/Diagnostics.md ) |
76
+ [ Mocking] ( https://learn.microsoft. com/dotnet /azure/ sdk/unit-testing- mocking ) |
77
77
[ Client lifetime] ( https://devblogs.microsoft.com/azure-sdk/lifetime-management-and-thread-safety-guarantees-of-azure-sdk-net-clients/ )
78
78
<!-- CLIENT COMMON BAR -->
79
79
@@ -194,8 +194,8 @@ catch (RequestFailedException ex)
194
194
195
195
Get started with our [ Queue samples] [ samples ] :
196
196
197
- 1 . [ Hello World] ( https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Queues_12.15 .0/sdk/storage/Azure.Storage.Queues/samples/Sample01a_HelloWorld.cs ) : Enqueue, Dequeue, Peek, and Update queue messages (or [ asynchronously] ( https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Queues_12.15 .0/sdk/storage/Azure.Storage.Queues/samples/Sample01b_HelloWorldAsync.cs ) )
198
- 2 . [ Auth] ( https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Queues_12.15 .0/sdk/storage/Azure.Storage.Queues/samples/Sample02_Auth.cs ) : Authenticate with connection strings, shared keys, shared access signatures, and Azure Active Directory.
197
+ 1 . [ Hello World] ( https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Queues_12.16 .0/sdk/storage/Azure.Storage.Queues/samples/Sample01a_HelloWorld.cs ) : Enqueue, Dequeue, Peek, and Update queue messages (or [ asynchronously] ( https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Queues_12.16 .0/sdk/storage/Azure.Storage.Queues/samples/Sample01b_HelloWorldAsync.cs ) )
198
+ 2 . [ Auth] ( https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Queues_12.16 .0/sdk/storage/Azure.Storage.Queues/samples/Sample02_Auth.cs ) : Authenticate with connection strings, shared keys, shared access signatures, and Azure Active Directory.
199
199
200
200
## Contributing
201
201
@@ -215,7 +215,7 @@ additional questions or comments.
215
215
![ Impressions] ( https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-net%2Fsdk%2Fstorage%2FAzure.Storage.Queues%2FREADME.png )
216
216
217
217
<!-- LINKS -->
218
- [ source ] : https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Queues_12.15 .0/sdk/storage/Azure.Storage.Queues/src
218
+ [ source ] : https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Queues_12.16 .0/sdk/storage/Azure.Storage.Queues/src
219
219
[ package ] : https://www.nuget.org/packages/Azure.Storage.Queues/
220
220
[ docs ] : /dotnet/api/azure.storage.queues
221
221
[ rest_docs ] : /rest/api/storageservices/queue-service-rest-api
@@ -227,13 +227,13 @@ additional questions or comments.
227
227
[ storage_account_create_portal ] : /azure/storage/common/storage-quickstart-create-account?tabs=azure-portal
228
228
[ azure_cli ] : /cli/azure
229
229
[ azure_sub ] : https://azure.microsoft.com/free/dotnet/
230
- [ identity ] : https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Queues_12.15 .0/sdk/identity/Azure.Identity/README.md
230
+ [ identity ] : https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Queues_12.16 .0/sdk/identity/Azure.Identity/README.md
231
231
[ storage_ad ] : /azure/storage/common/storage-auth-aad
232
232
[ storage_ad_sample ] : samples/Sample02c_Auth_ActiveDirectory.cs
233
- [ RequestFailedException ] : https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Queues_12.15 .0/sdk/core/Azure.Core/src/RequestFailedException.cs
233
+ [ RequestFailedException ] : https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Queues_12.16 .0/sdk/core/Azure.Core/src/RequestFailedException.cs
234
234
[ error_codes ] : /rest/api/storageservices/queue-service-error-codes
235
- [ samples ] : https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Queues_12.15 .0/sdk/storage/Azure.Storage.Queues/samples/
236
- [ storage_contrib ] : https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Queues_12.15 .0/sdk/storage/CONTRIBUTING.md
235
+ [ samples ] : https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Queues_12.16 .0/sdk/storage/Azure.Storage.Queues/samples/
236
+ [ storage_contrib ] : https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Queues_12.16 .0/sdk/storage/CONTRIBUTING.md
237
237
[ cla ] : https://cla.microsoft.com
238
238
[ coc ] : https://opensource.microsoft.com/codeofconduct/
239
239
[ coc_faq ] : https://opensource.microsoft.com/codeofconduct/faq/
0 commit comments