Azure Storage Simplified
Перейти к файлу
jallen-msft ed3d375bc3 Adding ability to specific the default TableRequestOptions in the Tab… (#17)
* Adding ability to specific the default TableRequestOptions in the TableStore contructor.

* Updating package version to 3.0.10

* Adding another unit test for the options

* Adding mock for the retry
2018-04-17 15:20:09 -05:00
Azure.Data.Wrappers Adding ability to specific the default TableRequestOptions in the Tab… (#17) 2018-04-17 15:20:09 -05:00
Azure.Data.Wrappers.Test Adding ability to specific the default TableRequestOptions in the Tab… (#17) 2018-04-17 15:20:09 -05:00
.gitattributes 🎉 Added .gitattributes & .gitignore files 2014-08-16 22:21:43 -07:00
.gitignore refactor tests for parallel execution and convert to full NUnit 2017-08-25 11:26:13 -05:00
Azure.Data.Wrappers.sln update name 2017-06-09 10:58:12 -07:00
LICENSE init 2017-06-07 14:31:41 -07:00
README.md show build status 2018-02-08 22:29:07 -06:00
icon.ico misc 2017-03-10 10:51:56 -08:00
icon.png dropping dependancies 2016-04-28 19:56:12 -07:00

README.md

Nuget Publish Build

NuGet Publish Build

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Azure Storage Simplified

  • Queues/Blobs/Tables/File Shares
  • Azure Storage Resources
  • Dependancy Injection
  • Mockable for testing
  • Prefer async calls

Running Tests

  • Make sure the Azure Storage Emulator is running
  • execute the NUnit console runner against the test assembly

NuGet

PM> Install-Package Azure.Data.Wrappers

Wiki

View the wiki to learn how to use this.