FSharp.Azure.StorageTypeProvider
1.9.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package FSharp.Azure.StorageTypeProvider --version 1.9.3
NuGet\Install-Package FSharp.Azure.StorageTypeProvider -Version 1.9.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FSharp.Azure.StorageTypeProvider" Version="1.9.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FSharp.Azure.StorageTypeProvider" Version="1.9.3" />
<PackageReference Include="FSharp.Azure.StorageTypeProvider" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FSharp.Azure.StorageTypeProvider --version 1.9.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FSharp.Azure.StorageTypeProvider, 1.9.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package FSharp.Azure.StorageTypeProvider@1.9.3
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FSharp.Azure.StorageTypeProvider&version=1.9.3
#tool nuget:?package=FSharp.Azure.StorageTypeProvider&version=1.9.3
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, 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 | net452 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- WindowsAzure.Storage (>= 7.2.1)
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,847 | 2/5/2019 |
| 2.0.0 | 1,149 | 12/28/2018 |
| 2.0.0-beta | 1,004 | 11/13/2018 |
| 1.9.5 | 4,955 | 11/9/2017 |
| 1.9.4 | 1,461 | 10/29/2017 |
| 1.9.3 | 10,010 | 8/25/2017 |
| 1.9.2 | 16,700 | 5/31/2017 |
| 1.9.1 | 2,454 | 5/8/2017 |
| 1.9.0 | 1,766 | 5/6/2017 |
| 1.8.0 | 2,600 | 3/28/2017 |
| 1.7.0 | 2,229 | 10/6/2016 |
| 1.6.1 | 3,221 | 8/3/2016 |
| 1.6.0 | 4,002 | 7/27/2016 |
| 1.5.0 | 2,670 | 6/24/2016 |
| 1.4.1 | 2,888 | 1/8/2016 |
| 1.4.0 | 2,383 | 10/29/2015 |
| 1.3.0 | 2,503 | 8/27/2015 |
| 1.2.0 | 3,264 | 4/20/2015 |
| 1.1.0 | 2,973 | 8/13/2014 |
| 1.0.0 | 2,168 | 6/16/2014 |
| 0.9.2 | 2,003 | 6/12/2014 |
| 0.9.1 | 2,089 | 5/16/2014 |
| 0.9.0 | 1,987 | 5/8/2014 |
Blob and Queue SAS tokens are now configurable.
Ability to supply a prefix when listing blobs.