Giter Site home page Giter Site logo

vandanakvs / azurebloboperations Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 31 KB

AzureBlobOperation repository is used to implement blob related operations. Written in Asp.Net core. For retry mechanism, using Polly which is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry etc.

C# 100.00%
azure-storage azure-blob polly azure asp-net-core

azurebloboperations's Introduction

AzureBlobOperations

This repository is used to implement Azure Blob operations.

Consists of two projects

  1. DocumentEngine: has all the logic to perform blob operations
  2. DocumentEngineTest: has unit tests to test blob operations.

Blob operations which are covered in this repository are:

  1. Upload a single file – with bytes or text content
  2. Bulk upload files – with bytes or text content Using parallel programming to upload number of files parallelly
  3. Download file – bytes or text
  4. Delete a file

Using Polly for retry mechanism. - Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.

To instantiate the BlobActions class you need azure storage account, storage key, container name, max retry value to perform blob operations and logger object

_documentActions = new BlobActions("_Enter_AzureStorageName_", "_Enter_AzureStorageKey_", "_containerName_", "_maxRetryValue_", _logger);

Enter these values and you will be able to perform the blob operations.

It is wriiten in asp.net core framework

azurebloboperations's People

Contributors

vandanakvs avatar

Stargazers

Jeff Klawiter avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.