我需要在漫长的操作中枚举数百万个blob。从List Blobs documentation开始,我仍然留下以下问题:
NextMarker
值的持续时间或到期时间是什么?NextMarker
的值吗?可能来自另一台机器(IP地址)?NextMarker
的相同值多次调用List Blobs API吗?他们都会回到下一页吗? (如果每次通话的页面可能不同,我没问题 - 我不需要100%的可靠性。)答案 0 :(得分:2)
As you can see in this doc, NextMarker is just a string which stands for the next blob to enumerate. So the answers to your questions are: