Count rows within partition in Azure table storage

后端 未结 5 998
余生分开走
余生分开走 2020-12-16 00:42

I\'ve seen various questions around SO about how to get the total row count of an Azure storage table, but I want to know how to get the number of rows with

5条回答
  •  北荒
    北荒 (楼主)
    2020-12-16 01:01

    https://azure.microsoft.com/en-gb/features/storage-explorer/ allows you to define a Query and you can use the Table Statistics toolbar item to get the total rows for the whole table or your query

提交回复
热议问题