FSharp.Azure.StorageTypeProvider
1.6.0
See the version list below for details.
dotnet add package FSharp.Azure.StorageTypeProvider --version 1.6.0
NuGet\Install-Package FSharp.Azure.StorageTypeProvider -Version 1.6.0
<PackageReference Include="FSharp.Azure.StorageTypeProvider" Version="1.6.0" />
paket add FSharp.Azure.StorageTypeProvider --version 1.6.0
#r "nuget: FSharp.Azure.StorageTypeProvider, 1.6.0"
// Install FSharp.Azure.StorageTypeProvider as a Cake Addin #addin nuget:?package=FSharp.Azure.StorageTypeProvider&version=1.6.0 // Install FSharp.Azure.StorageTypeProvider as a Cake Tool #tool nuget:?package=FSharp.Azure.StorageTypeProvider&version=1.6.0
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- WindowsAzure.Storage (>= 6.0.0)
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 | 4,570 | 2/5/2019 |
2.0.0 | 954 | 12/28/2018 |
2.0.0-beta | 795 | 11/13/2018 |
1.9.5 | 4,596 | 11/9/2017 |
1.9.4 | 1,079 | 10/29/2017 |
1.9.3 | 9,480 | 8/25/2017 |
1.9.2 | 16,326 | 5/31/2017 |
1.9.1 | 1,941 | 5/8/2017 |
1.9.0 | 1,249 | 5/6/2017 |
1.8.0 | 2,088 | 3/28/2017 |
1.7.0 | 1,691 | 10/6/2016 |
1.6.1 | 2,527 | 8/3/2016 |
1.6.0 | 3,284 | 7/27/2016 |
1.5.0 | 1,970 | 6/24/2016 |
1.4.1 | 2,310 | 1/8/2016 |
1.4.0 | 1,683 | 10/29/2015 |
1.3.0 | 1,776 | 8/27/2015 |
1.2.0 | 2,522 | 4/20/2015 |
1.1.0 | 2,405 | 8/13/2014 |
1.0.0 | 1,593 | 6/16/2014 |
0.9.2 | 1,437 | 6/12/2014 |
0.9.1 | 1,490 | 5/16/2014 |
0.9.0 | 1,420 | 5/8/2014 |
Async support for Tables
BREAKING CHANGE: Lazy deserialization of AsString and AsBytes members on Queue messages
BREAKING CHANGE: Automatic inference of option types for fields that are missing for some rows
Name property on containers
Visibility Timeout control on queue messages
Minor bug fixes