B2.NET
B2.NET copied to clipboard
[Question] Get Total Count of Files within a Bucket ?
Hello!
Thank you for this great library! It is epic, I am writing a bit of software for the B2 team, and will use this library for it.
I see on my B2 Dashboard, I can view the total count of all files within a bucket:

Reviewing the B2 CLI API, I see we can view the total size of a Bucket: See here
Reviewing the B2 Http API, I do not see an option to get the count of all files within a bucket: See here
Is it possible to get the count of all files within a bucket?
Basically I want to add a progress bar, as retrieving files can take a long time, even using batches of 1000.
Thanks again!