FSharp.Azure.StorageTypeProvider
0.9.1
See the version list below for details.
dotnet add package FSharp.Azure.StorageTypeProvider --version 0.9.1
NuGet\Install-Package FSharp.Azure.StorageTypeProvider -Version 0.9.1
<PackageReference Include="FSharp.Azure.StorageTypeProvider" Version="0.9.1" />
paket add FSharp.Azure.StorageTypeProvider --version 0.9.1
#r "nuget: FSharp.Azure.StorageTypeProvider, 0.9.1"
// Install FSharp.Azure.StorageTypeProvider as a Cake Addin #addin nuget:?package=FSharp.Azure.StorageTypeProvider&version=0.9.1 // Install FSharp.Azure.StorageTypeProvider as a Cake Tool #tool nuget:?package=FSharp.Azure.StorageTypeProvider&version=0.9.1
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 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. |
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 | 4,512 | 2/5/2019 |
2.0.0 | 945 | 12/28/2018 |
2.0.0-beta | 786 | 11/13/2018 |
1.9.5 | 4,583 | 11/9/2017 |
1.9.4 | 1,066 | 10/29/2017 |
1.9.3 | 9,467 | 8/25/2017 |
1.9.2 | 16,311 | 5/31/2017 |
1.9.1 | 1,927 | 5/8/2017 |
1.9.0 | 1,236 | 5/6/2017 |
1.8.0 | 2,076 | 3/28/2017 |
1.7.0 | 1,676 | 10/6/2016 |
1.6.1 | 2,514 | 8/3/2016 |
1.6.0 | 3,266 | 7/27/2016 |
1.5.0 | 1,956 | 6/24/2016 |
1.4.1 | 2,289 | 1/8/2016 |
1.4.0 | 1,668 | 10/29/2015 |
1.3.0 | 1,760 | 8/27/2015 |
1.2.0 | 2,506 | 4/20/2015 |
1.1.0 | 2,388 | 8/13/2014 |
1.0.0 | 1,580 | 6/16/2014 |
0.9.2 | 1,423 | 6/12/2014 |
0.9.1 | 1,477 | 5/16/2014 |
0.9.0 | 1,405 | 5/8/2014 |
Fixed namespace clash between Type Provider and parent provider type class
Added ability to retrieve the name of a blob and table programmatically
Removed EntityId from the LightweightTableEntity and replaced with separate PartitionKey and RowKey properties
LightweightTableEntity made public and changed to a class rather than a record