如何从Azure Blob存储加载/保存Blob?

时间:2018-08-10 09:59:24

标签: codefluent

我的模型有一个实体,其属性类型为“ blob”。目前,已生成类型为“ varbinary(max)”的数据库列。但是,我想从Azure Blob存储中加载/保存我的Blob。我必须在模型中使用哪种属性类型?我的web.config文件中需要什么配置?你有一个示例项目吗?

1 个答案:

答案 0 :(得分:0)

CodeFluent.Runtime.Azure dll中,您将找到 AzureBinaryLargeObject 调用及其相关配置 AzureBinaryServicesEntityConfiguration 。 参见Azure BLOB 这应该做好准备。 但是,它依赖于最新版本的Azure SDK中未包含的Microsoft.WindowsAzure.StorageClient.dll。您可以在此特定的NuGet package

中获得它