Read contents of multiple blobs at once using a single API Call

Copper Contributor

I have a list of multiple blob names whose contents I need to read at once. But from the documentation, I could find only api that allows me to read each blob at a time.
This approach takes a lot of time and is expensive operation as it involves multiple REST API calls.

Is there an api that allows me to pass the list of blobnames and access it contents using one API call ?

 

 

Thanks

Satya

0 Replies