This is an adapter for the Azure Blob Storage REST SDK to integrate with the existing .NET System.IO based file system access code with little or no changes.
Info
Version: | 1.1.1 |
Author(s): | Sabarinathan Arthanari |
Last Update: | Friday, August 28, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/tmasabari/AzureBlobAdapter |
NuGet Url: | https://www.nuget.org/packages/AzureBlobAdapterAssembly |
Install
Install-Package AzureBlobAdapterAssembly
dotnet add package AzureBlobAdapterAssembly
paket add AzureBlobAdapterAssembly
AzureBlobAdapterAssembly Download (Unzip the "nupkg" after downloading)
Dependencies
- Azure.Storage.Blobs(>= 12.4.4)
- Azure.Storage.Files.DataLake(>= 12.2.2)
- Microsoft.CSharp(>= 4.7.0)
- System.IO.Abstractions(>= 12.0.10)
Tags