This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
Replies: 1 comment 1 reply
-
Additionally, using the select method on the IOfflineTable query doesn't appear to work as I would expect: Also |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I thought that I could do
.IncludeTotalCount().Take(0).ToAsyncEnumerable()
and the return type might be something I could cast to retrieve the count.At least this was how it was done preivously: see stackoverflow answer here
How do we perform a count only query with the new client SDK?
Beta Was this translation helpful? Give feedback.
All reactions