使用BlobClientBase.QueryWithResponse()查询的BLOB文件限制

发布于 2025-02-14 00:02:00 字数 230 浏览 5 评论 0 原文

我正在使用BlobClientBase.QueryWithResponse(BlobqueryOptions QueryOptions,持续时间超时,上下文上下文)的代码示例尝试从Azure Blob Storage上的Blob文件查询数据。我能够成功地从较小文件(例如1KB的文件大小)中检索数据。但是,当我尝试查询较大的文件(例如1MIB的文件大小)时,我会得到一个例外,说明记录大于所支持的记录。我可以使用此方法查询的斑点文件有尺寸限制吗?

I am using the code sample from BlobClientBase.queryWithResponse(BlobQueryOptions queryOptions, Duration timeout, Context context) Method to try to query data from a blob file on Azure Blob Storage. I was able to successfully retrieve data from smaller files such as file size of 1KB. But when I try to query larger files such as file size of 1MiB, I get an exception stating record is larger than supported. Is there a size limit to the blob file I can query using this method?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

春花秋月 2025-02-21 00:02:00

我尝试查询较大的文件,例如1MIB的文件大小,我得到一个例外,陈述记录大于支持的记录。我可以使用此方法查询斑点文件的尺寸限制吗?

是的,根据 documentation> documentation

参考: blobclientbase类-QueryWithResponse() blobclientbase.querywithresponse blobclientbase.java

I try to query larger files such as file size of 1MiB, I get an exception stating record is larger than supported. Is there a size limit to the blob file I can query using this method?

Yes, according to documentation:

References: BlobClientBase Class - queryWithResponse(), BlobClientBase.queryWithResponse and BlobClientBase.java

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文