c# - Azure 存储资源管理器 : How to query Table Storage Rowkey with "Contains"?

标签 c# .net azure azure-storage azure-table-storage

我们正在将日志发送到 Azure 表存储。我正在尝试查询这些日志,但发现很难通过 Azure 存储资源管理器执行此操作。我无法想象为什么没有“包含”选项来过滤 RowKey 列(其中包含我们的实际日志数据)。

enter image description here

我是否遗漏了一些明显的东西?或者有更好的工具来完成这项工作吗?

最佳答案

遗憾的是,

Contains 不是 Azure 表存储中支持的查询运算符。

有关支持/不支持的查询运算符的列表,请参阅此链接:https://learn.microsoft.com/en-us/rest/api/storageservices/query-operators-supported-for-the-table-service .

关于c# - Azure 存储资源管理器 : How to query Table Storage Rowkey with "Contains"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62088058/

相关文章:

Azure Devops kubectl 任务部署的镜像的状态为 ErrImagePull/ImagePullBackOff

c# - VSIX:获取 DTE 对象

c# - 如果未通过身份验证,则将用户重定向到登录页面

Azure Web 应用程序部署槽 web.config

azure - 如何使用 Azure 数据工厂展平嵌套 JSON 结构

c# - Silverlight 3 WCF 服务 `CommunicationException` 服务器返回错误 : NotFound

c# - 负载平衡环境中的专用 Sitecore CM 发布实例

c# - 控制何时加载引用的 .NET 程序集

c# - 在 C# 中执行 WPF 元素验证?

c# - 如何在 Reactive Extension C# 中将 IObserable<bool> 转换为 bool