AspDotNetCore.AzureBlobStorage
1.0.0
dotnet add package AspDotNetCore.AzureBlobStorage --version 1.0.0
NuGet\Install-Package AspDotNetCore.AzureBlobStorage -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AspDotNetCore.AzureBlobStorage" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AspDotNetCore.AzureBlobStorage --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AspDotNetCore.AzureBlobStorage, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AspDotNetCore.AzureBlobStorage as a Cake Addin #addin nuget:?package=AspDotNetCore.AzureBlobStorage&version=1.0.0 // Install AspDotNetCore.AzureBlobStorage as a Cake Tool #tool nuget:?package=AspDotNetCore.AzureBlobStorage&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
AspNetCore AzureBlobStorage
This is a azure blob storage helper library that can be used for azure blob storage operations like Insert, delete, download, GetList of blob.
Installation
- Open package manager console and paste
Install-Package AspDotNetCore.AzureBlobStorage -Version 1.0.0
- Add below snippt in Configure services method in startup.cs file
services.AddAzureBlobStorage(config =>
{
config.ContainerName = "<ContainerName>";
config.ConnectionString = "<ConnectionString>"
});
- Add below snippt in Configure method in startup.cs file
app.UseAzureBlobStorage();
Features
- Support refersh token if blobs are more than 5000.
- Delete blobs
- Get blobs
- Download blobs
- Get folders
- create container
Upcoming Features
- Establishment of connection through credentails
Technology
- C#
- Net 6
- Class Library
- Dot net core web API
Supported Frameworks
- Support Dot Net Core
- Establish connection through connection string
- Establish connection through credential like username and password
- Support Dot Net Framework
Author
- Facebook - Kanhaya Tyagi
- StackOverFlow - Kanhaya Tyagi
- LinkedIn - Kanhaya Tyagi
- Twitter - Kanhaya Tyagi
- Bit Bucket - Kanhaya Tyagi
Version
- Version 1.0 - Stable
Licence
AspDotNetCore AzureBlobStorage under the MIT
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- Microsoft.Extensions.DependencyInjection (>= 5.0.1)
- Microsoft.Extensions.Logging.Abstractions (>= 5.0.0)
- WindowsAzure.Storage (>= 9.3.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 419 | 7/9/2021 |