Microsoft.Azure.Storage.Common
11.2.3
Thank you for the interest in this package.
If you are looking for the latest packages to interact with Azure Storage, please use the following libraries:
Azure.Storage.Blobs
Azure.Storage.Queues
Azure.Storage.Blobs.Batch
Azure.Storage.Files.Shares
Requires NuGet 3.6 or higher.
dotnet add package Microsoft.Azure.Storage.Common --version 11.2.3
NuGet\Install-Package Microsoft.Azure.Storage.Common -Version 11.2.3
<PackageReference Include="Microsoft.Azure.Storage.Common" Version="11.2.3" />
paket add Microsoft.Azure.Storage.Common --version 11.2.3
#r "nuget: Microsoft.Azure.Storage.Common, 11.2.3"
// Install Microsoft.Azure.Storage.Common as a Cake Addin
#addin nuget:?package=Microsoft.Azure.Storage.Common&version=11.2.3
// Install Microsoft.Azure.Storage.Common as a Cake Tool
#tool nuget:?package=Microsoft.Azure.Storage.Common&version=11.2.3
This client library enables working with the Microsoft Azure Storage services which include the blob and file services for storing binary and text data, and the queue service for storing messages that may be accessed by a client.
For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/Common/README.md and https://github.com/Azure/azure-storage-net/blob/master/Common/changelog.txt
in addition to the breaking changes https://github.com/Azure/azure-storage-net/blob/master/Common/BreakingChanges.txt
Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/
Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/
This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop.
The latest libraries to interact with the Azure Storage service are:
* Azure.Storage.Blobs
* Azure.Storage.Queues
* Azure.Storage.Files.Shares
It is recommended that you move to the new package.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5.2
- Microsoft.Azure.KeyVault.Core (>= 1.0.0)
- Newtonsoft.Json (>= 10.0.2)
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- Microsoft.Azure.KeyVault.Core (>= 2.0.4)
- NETStandard.Library (>= 2.0.1)
- Newtonsoft.Json (>= 10.0.2)
NuGet packages (30)
Showing the top 5 NuGet packages that depend on Microsoft.Azure.Storage.Common:
Package | Downloads |
---|---|
Microsoft.Azure.Storage.Blob
This client library enables working with the Microsoft Azure Storage Blob service for storing binary and text data. For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/Blob/README.md and https://github.com/Azure/azure-storage-net/blob/master/Blob/Changelog.txt in addition to the breaking changes https://github.com/Azure/azure-storage-net/blob/master/Blob/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for Blob Service - https://docs.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Storage service are: * https://www.nuget.org/packages/Azure.Storage.Blobs * https://www.nuget.org/packages/Azure.Storage.Queues/ * https://www.nuget.org/packages/Azure.Storage.Files.Shares/ It is recommended that you move to the new package. |
|
Microsoft.Azure.Storage.Queue
This client library enables working with the Microsoft Azure Storage Queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/Queue/README.md and https://github.com/Azure/azure-storage-net/blob/master/Queue/Changelog.txt in addition to the breaking changes https://github.com/Azure/azure-storage-net/blob/master/Queue/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for Queue Service - https://docs.microsoft.com/en-us/rest/api/storageservices/queue-service-rest-api This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Storage service are: * https://www.nuget.org/packages/Azure.Storage.Blobs * https://www.nuget.org/packages/Azure.Storage.Queues/ * https://www.nuget.org/packages/Azure.Storage.Files.Shares/ It is recommended that you move to the new package. |
|
Microsoft.Azure.Storage.File
This client library enables working with the Microsoft Azure Storage File service for storing binary and text data. For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/File/README.md and https://github.com/Azure/azure-storage-net/blob/master/File/Changelog.txt in addition to the breaking changes https://github.com/Azure/azure-storage-net/blob/master/File/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for File Service - https://docs.microsoft.com/en-us/rest/api/storageservices/file-service-rest-api This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Storage service are: * https://www.nuget.org/packages/Azure.Storage.Blobs * https://www.nuget.org/packages/Azure.Storage.Queues/ * https://www.nuget.org/packages/Azure.Storage.Files.Shares/ It is recommended that you move to the new package. |
|
Microsoft.Azure.CosmosDB.Table
NOTE: This .NET Framework library is in maintenance mode and it will be deprecated soon. Please upgrade to the new .NET Standard library (https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Table) to continue to get the latest features supported. This client library enables working with the Microsoft Azure CosmosDB Table storage, with support for global distribution, automatic secondary indexes, dedicated throughput, and single-digit millisecond latency. See "Getting started with the Azure Cosmos DB: Table API" at https://aka.ms/premiumtables. |
|
Rebus.AzureStorage
Provides Azure Storage-based persistence for Rebus. Please note that this package is being deprecated, because it's based on the old <code>WindowsAzure.Storage</code> package. |
GitHub repositories (7)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Azure.Storage.Common:
Repository | Stars |
---|---|
duplicati/duplicati
Store securely encrypted backups in the cloud!
|
|
sjkp/letsencrypt-siteextension
Azure Web App Site Extension for easy installation and configuration of Let's Encrypt issued SSL certifcates for custom domain names.
|
|
Kyrodan/KeeAnywhere
A cloud storage provider plugin for KeePass Password Safe
|
|
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
|
|
microsoft/BotFramework-BlogSamples
Welcome to the Bot Framework samples repository. Here you will find sample bots that take advantage of Bot Framework capabilities.
|
Version | Downloads | Last updated | |
---|---|---|---|
11.2.3 | 8,684,844 | 4/15/2021 | |
11.2.2 | 9,167,565 | 8/19/2020 | |
11.2.1 | 60,027 | 8/18/2020 | |
11.2.0 | 1,340,515 | 7/28/2020 | |
11.1.7 | 18,277,594 | 6/3/2020 | |
11.1.6 | 654,321 | 5/26/2020 | |
11.1.5 | 1,322,200 | 5/5/2020 | |
11.1.4 | 281,025 | 4/30/2020 | |
11.1.3 | 5,140,628 | 2/6/2020 | |
11.1.2 | 2,174,024 | 1/16/2020 | |
11.1.1 | 3,217,947 | 11/15/2019 | |
11.1.0 | 3,667,646 | 9/25/2019 | |
11.0.1 | 512,382 | 9/12/2019 | |
11.0.0 | 2,591,688 | 8/5/2019 | |
10.0.3 | 3,844,379 | 5/10/2019 | |
10.0.2 | 406,168 | 4/29/2019 | |
10.0.1 | 6,599,451 | 4/10/2019 | |
10.0.0 | 534,676 | 4/5/2019 | |
9.4.2 | 2,326,565 | 12/17/2018 | |
9.4.1 | 205,537 | 11/27/2018 | |
9.4.0.2-preview | 151,696 | 5/22/2018 | |
9.4.0 | 251,331 | 10/1/2018 | |
9.0.0.1-preview | 251,324 | 2/8/2018 | |
8.7.0.1-preview | 13,724 | 1/22/2018 | |
8.6.0-preview | 352,718 | 11/11/2017 |