You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the most efficient way to count under a folder?
Using Count after ListAsync doesn't seem to be a very elegant approach, as it reads a lot of metadata from the file - even if I only need a single count number.
What's the most efficient way to count under a folder?
Using Count after
ListAsyncdoesn't seem to be a very elegant approach, as it reads a lot of metadata from the file - even if I only need a single count number.