Closed imeya closed 5 years ago
as per this link, only 1000 rows can be fetched if without continuation token. But even if I just use this line of code(without continuation token):
count=0 entities = table_service.query_entities(table,filter='PartitionKey eq 'xxx' '') for entity in entities: count = count +1 print(count)
I can fetch all of the rows (more than 10000 rows), so I wonder if this is expected(without continuation token)? or I misunderstand it?
Hi, @imeya. Per our issue template, please go here for all table related questions: https://github.com/Azure/azure-cosmosdb-python.
as per this link, only 1000 rows can be fetched if without continuation token. But even if I just use this line of code(without continuation token):
I can fetch all of the rows (more than 10000 rows), so I wonder if this is expected(without continuation token)? or I misunderstand it?