I need to enumerate possibly millions of blobs in a lengthy operation. From the List Blobs documentation, I'm still left with the following questions:
- What's the duration or expiration time of
NextMarker
value? - Can I use the value of
NextMarker
on a different HTTPS connection? Possibly from another machine (IP address)? - Can I call the List Blobs API multiple times with the same value for
NextMarker
? Will they all return the next page? (I'm ok if pages may differ on each call - I don't need 100% reliability).