使用azure函数从azure存储表中检索数据 [英] retrieving data from azure storage table using azure functions

查看:89
本文介绍了使用azure函数从azure存储表中检索数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好, 

我正在尝试使用azure函数从azure存储表中检索特定的列数据。我正在使用 

I am trying to retrieve specific column data from azure storage table using azure functions. I'm using the 

table.ExecuteAsync(TableOperation.Retrieve())方法,但我不知道我做的是否正确。

table.ExecuteAsync(TableOperation.Retrieve()) method but I don't know if what I'm doing is right.

提前致谢

推荐答案

Hello Hadi,

Hello Hadi,

感谢您在此发帖!

您可以在  TableOperation 功能类。我建议您参考以下文章中的代码示例
,以从Azure表存储中检索特定的数据列。

You can use retrieve method under the TableOperation class. I would recommend you to refer the Code samples in the following article to retrieve the specific column of data from Azure table storage.

您也可以参考类似的查询
here
。看看这对你有帮助!

You can also refer the similar query here. See if that helps you!

如果你需要任何进一步的帮助,请告诉我们。

Kindly let us know if you need any further assistance on this.


这篇关于使用azure函数从azure存储表中检索数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆