Skip to content

A collection of classes to aid in development with Azure Storage Queues and Blobs

License

Notifications You must be signed in to change notification settings

jguadagno/JosephGuadagno.AzureHelpers.Storage

Repository files navigation

JosephGuadagno.AzureHelpers.Storage

Build Status nuget

A collection of classes to aid in development with Azure Storage Queues and Blobs. This package does not replace the need for the Azure Storage SDK, but augment it be providing some wrappers around existing methods.

I tried to document the common use cased of the library. If you want to see how to use an individual method, check out the tests.

If you are in the need to use Azure Table Storage, check out JosephGuadagno.AzureHelpers.Cosmos.

Blob Storage

The Blob Storage components come in two classes, containers, and blobs.

Working with Containers

Just as in the Azure Storage SDK, the blobs are inside a container. The JosephGuadagno.AzureHelpers.Storage.Containers class contains the methods for interacting with Azure Containers.

Documentation

Working with Blobs

Provides methods to interact with Blobs in Azure storage.

Documentation

Queue Storage

The Queue Storage helpers come in two classes, the Queues, and the Queue.

Working with Queues

Queues contain methods around working with the queues in Azure Storage, creating, deleting, listing, etc.

Documentation

Working with a Queue

Queue contains methods around interacting with an individual queue, like adding messages, peeking messages, etc.

Documentation

Running Locally

If you would like to, you can find the instructions on running the solution locally here.

About

A collection of classes to aid in development with Azure Storage Queues and Blobs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published