Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想获得在现有 Azure 表存储帐户中使用的具有大量数据的 PrimaryKey 的唯一列表。在这个数据库中将有 20 多个唯一的主键,我想找回这个唯一的列表。是否有任何支持此功能的 FilterCondition 或 API?
抱歉不行。Azure 表存储中没有可用的 API 可以返回分区键列表。
您将需要获取所有实体并从结果集中提取唯一的分区键。
要优化此过程,您可以执行以下操作:
Query Projection
PartitionKey