简体   繁体   English

Azure 存储资源管理器:如何使用“包含”查询表存储 Rowkey?

[英]Azure Storage Explorer: How to query Table Storage Rowkey with “Contains”?

We are sending our logs to Azure Table Storage.我们将日志发送到 Azure 表存储。 I am trying to query those logs but finding it hard to do via Azure Storage Explorer.我正在尝试查询这些日志,但发现很难通过 Azure 存储资源管理器完成。 I can't imagine why there is not a "contains" option to filter the RowKey column (where our actual log data is contained.)我无法想象为什么没有“包含”选项来过滤 RowKey 列(其中包含我们的实际日志数据。)

在此处输入图像描述

Am I missing something obvious?我错过了一些明显的东西吗? Or is there a better tool for this job?还是有更好的工具来完成这项工作?

Contains unfortunately is not a supported query operator in Azure Table Storage.不幸的是, Contains在 Azure 表存储中不是受支持的查询运算符。

For a list of supported/unsupported query operators, please see this link: https://docs.microsoft.com/en-us/rest/api/storageservices/query-operators-supported-for-the-table-service .有关支持/不支持的查询运算符的列表,请参阅此链接: https://docs.microsoft.com/en-us/rest/api/storageservices/query-operators-supported-for-the-table-service

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM