Questions tagged [azure-data-tables]
2 questions
0
votes
1 answer
Is there a more efficient way to interact with ItemPaged objects from azure-data-tables SDK function query_entities?
The quickest method I have found is to just convert the ItemPaged object to a list using list() and then I'm able to manipulate/extract using a Pandas DataFrame. However, if I have millions of results, the process can be quite time-consuming,…
0
votes
2 answers
Getting multiple entities using Azure TableStorage over multiple partitions
I'm using Azure.Data.Tables (12.6.1) and I need to query a single record from multiple partitions of a single table (so the result would be multiple records, 1 from each partition). Each entity needs to be looked up by its partition key and row key…

xxbbcc
- 16,930
- 5
- 50
- 83