B2.NET icon indicating copy to clipboard operation
B2.NET copied to clipboard

[Question] Get Total Count of Files within a Bucket ?

Open jeffward01 opened this issue 3 years ago • 0 comments

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: image

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!

jeffward01 avatar Feb 26 '22 01:02 jeffward01