The F# Azure Storage Type Provider allows simple access to Blob, Table and Queue assets, using Azure Storage metadata to intelligently infer schema where possible, whilst providing a simple API for common tasks.
Info
Version: | 2.0.1 |
Author(s): | Isaac Abraham |
Last Update: | Tuesday, February 5, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/fsprojects/AzureStorageTypeProvider |
NuGet Url: | https://www.nuget.org/packages/FSharp.Azure.StorageTypeProvider |
Install
Install-Package FSharp.Azure.StorageTypeProvider
dotnet add package FSharp.Azure.StorageTypeProvider
paket add FSharp.Azure.StorageTypeProvider
FSharp.Azure.StorageTypeProvider Download (Unzip the "nupkg" after downloading)
Dependencies
- WindowsAzure.Storage(>= 9.3.2)
- FSharp.Compiler.Tools(>= 10.2.1)
Tags