Why is ListBlobsSegmentedAsync only returning results on second page?
问题 The Problem I'm trying to grab one page of up to 5000 blobs, with no prefix. The container in question has roughly 26,000 blobs in it. I consistently get no results on my first page, but I noticed the BlobContinuationToken that's returned isn't null, so I can page again and get results on the second page. Why aren't there any results on the first page, but there are on the second? I'd like to be able to do this, and grab only one page: var response = await container.ListBlobsSegmentedAsync