使用REST使用blob Id获取blob属性 [英] Get blob properties using blob Id using REST

查看:113
本文介绍了使用REST使用blob Id获取blob属性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用power-apps将图像存储到Azure blob存储中以便快速获取。我使用getfilecontent方法将图像恢复到powerapps中,我必须传递blob ID。

I have stored images into Azure blob storage using power-apps for quick fetching. I get the image back in powerapps using getfilecontent method, where I have to pass the blob ID.

我如何在JavaScript中执行相同操作使用REST?我只在官方上看到使用blob名称获取请求  Microsoft文档。我需要使用REST从azure blob存储中使用blob ID获取blob属性。类似于:

How can I do the same in JavaScript using REST? I only see get requests using blob name on official  Microsoft documentation. I need to get blob properties using blob ID from azure blob storage using REST. Something like:

https://myaccount.blob.core.windows。 net / mycontainer / myblob

而不是传递blob名称上面的请求,
我希望传递blob ID。

推荐答案

我认为
GET Blob REST API
将仅允许使用blob名称来获取blob细节。此外,我担心目前没有API能够使用blob ID获取blob详细信息。
I think the GET Blob REST API will allow only using the blob name to get the blob details. Also, I'm afraid there is currently no API will have the ability to get the blob details using blob ID.


这篇关于使用REST使用blob Id获取blob属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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