FSharp.Azure.StorageTypeProvider
0.9.0
.NET Framework 4.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package FSharp.Azure.StorageTypeProvider -Version 0.9.0
dotnet add package FSharp.Azure.StorageTypeProvider --version 0.9.0
<PackageReference Include="FSharp.Azure.StorageTypeProvider" Version="0.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FSharp.Azure.StorageTypeProvider --version 0.9.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FSharp.Azure.StorageTypeProvider, 0.9.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install FSharp.Azure.StorageTypeProvider as a Cake Addin
#addin nuget:?package=FSharp.Azure.StorageTypeProvider&version=0.9.0
// Install FSharp.Azure.StorageTypeProvider as a Cake Tool
#tool nuget:?package=FSharp.Azure.StorageTypeProvider&version=0.9.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
The F# Azure Storage Type Provider allows simple access to Blob and Table assets, using Azure Storage metadata to
intelligently infer schema where possible, whilst providing a simple API for common tasks.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
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 |
---|---|---|
2.0.1 | 3,521 | 2/5/2019 |
2.0.0 | 654 | 12/28/2018 |
2.0.0-beta | 604 | 11/13/2018 |
1.9.5 | 4,218 | 11/9/2017 |
1.9.4 | 736 | 10/29/2017 |
1.9.3 | 9,094 | 8/25/2017 |
1.9.2 | 15,951 | 5/31/2017 |
1.9.1 | 1,585 | 5/8/2017 |
1.9.0 | 881 | 5/6/2017 |
1.8.0 | 1,704 | 3/28/2017 |
1.7.0 | 1,317 | 10/6/2016 |
1.6.1 | 2,149 | 8/3/2016 |
1.6.0 | 2,849 | 7/27/2016 |
1.5.0 | 1,563 | 6/24/2016 |
1.4.1 | 1,850 | 1/8/2016 |
1.4.0 | 1,272 | 10/29/2015 |
1.3.0 | 1,372 | 8/27/2015 |
1.2.0 | 2,102 | 4/20/2015 |
1.1.0 | 2,007 | 8/13/2014 |
1.0.0 | 1,201 | 6/16/2014 |
0.9.2 | 1,028 | 6/12/2014 |
0.9.1 | 1,077 | 5/16/2014 |
0.9.0 | 1,048 | 5/8/2014 |
Fixed nuget package deployment
Sorted namespacing
Refactored lots of code
Added better error handling
Introduced F# scaffold project structure
Migrated from Elastacloud.AzureTypeProvider