表存储查询返回额外的行 [英] Table Storage Query Return Extra Row

查看:66
本文介绍了表存储查询返回额外的行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

推荐答案

@sdermanffs,我强烈建议您检查以下  线程   T 嘿,以下查询用于行键 范围:

@sdermanffs, I'd highly recommend checking the following   thread   They used the following query for a rowkey range:

where fooEntity.PartitionKey == partionKey
    && fooEntity.RowKey.CompareTo(lowerBoundRowKey) >= 0
    && fooEntity.RowKey.CompareTo(upperBoundRowKey) <= 0


结果是显示在lowerboundRowkey和upperBoundRowkey之间的所有值(包括值).让我知道是否有帮助.


This results in displaying anything between lowerboundRowkey and upperBoundRowkey inclusive of the values. Let me know if this helps.


这篇关于表存储查询返回额外的行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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