FSharp.Azure.Storage:使用Microsoft Azure表存储服务的F#API

时间:2021-05-28 19:39:23
【文件属性】:
文件名称:FSharp.Azure.Storage:使用Microsoft Azure表存储服务的F#API
文件大小:49KB
文件格式:ZIP
更新时间:2021-05-28 19:39:23
F# FSharp.Azure.Storage FSharp.Azure.Storage是对标准Microsoft 库的包装,允许您在与Azure交谈时编写惯用的F#。 编写C#时,标准存储API很好,但是使用F#时,您希望能够使用不可变的记录类型,使用本机F#异步支持,并且通常以函数样式编写。 NuGet Install-Package FSharp.Azure.Storage 快速品酒师 插入/更新表存储 假设我们有一个要保存到表存储中的记录类型: open FSharp. Azure . Storage . Table type Game = { [] Developer : string [] Name : string HasMultiplayer : bool } 现在,我们将在inGameTa
【文件预览】:
FSharp.Azure.Storage-master
----.gitignore(2KB)
----media()
--------Logo.128.png(5KB)
--------Logo.512.png(6KB)
--------Logo.32.png(1KB)
----paket.dependencies(635B)
----src()
--------FSharp.Azure.Storage()
----build.fsx(5KB)
----.travis.yml(789B)
----paket.lock(34KB)
----FSharp.Azure.Storage.sln(2KB)
----build.cmd(71B)
----LICENCE.txt(1KB)
----.github()
--------ISSUE_TEMPLATE.md(576B)
----Readme.md(4KB)
----appveyor.yml(466B)
----.vscode()
--------launch.json(700B)
--------tasks.json(461B)
----build.sh(80B)
----RELEASE_NOTES.md(2KB)
----test()
--------FSharp.Azure.Storage.Tests()
----.config()
--------dotnet-tools.json(253B)

网友评论