我在分区键上包含一个感叹号的地方存储了一些数据,当我对该分区键进行查询时,我得到了奇怪的结果。
我尝试了以下方法。可以说分区键是t!est
我尝试了以下查询,并取得了令人满意的结果
PartitionKey eq 't!est' = Noting returned
PartitionKey gt 't!est' = Noting returned
PartitionKey ge 't!est' = Noting returned
PartitionKey lt 't!est' = Record returned (Along side others)
PartitionKey le 't!est' = Record returned (Along side others)
我希望等值至少能检索到我的记录。有我不明白的东西吗?
经过测试: