May 26, 2020
0
2
Async Iterators in the Azure SDK for JavaScript/TypeScript
A common feature in cloud APIs is paging for list results. Result sets may be massive - you could have thousands of blobs in a container, for example. Getting all results at once can cause delays in transmission and excessive load on the backend. We'll show you how the Azure SDK handles this issue.